Struct ipc_channel::router::ROUTER []

pub struct ROUTER { /* fields omitted */ }

Methods from __Deref<Target = RouterProxy>

[src]

[src]

A convenience function to route an IpcReceiver<T> to an existing Sender<T>.

[src]

A convenience function to route an IpcReceiver<T> to a Receiver<T>: the most common use of a Router.

Trait Implementations

impl __Deref for ROUTER

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for ROUTER