Struct ipc_channel::router::ROUTER[]

pub struct ROUTER { /* fields omitted */ }

Methods from __Deref<Target = RouterProxy>

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

Important traits for Receiver<T>

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

Auto Trait Implementations

impl Send for ROUTER

impl Sync for ROUTER