Struct mio_extras::channel::Receiver[][src]

pub struct Receiver<T> { /* fields omitted */ }
Expand description

The receiving half of a channel.

Implementations

Attempts to return a pending value on this receiver without blocking.

Trait Implementations

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.