Struct bmrng::RequestReceiver[][src]

pub struct RequestReceiver<Req, Res> { /* fields omitted */ }
Expand description

Receive requests values from the associated RequestSender

Instances are created by the channel function.

Implementations

Receives the next value for this receiver.

Closes the receiving half of a channel without dropping it.

Converts this receiver into a stream

Trait Implementations

Performs the conversion.

Performs the conversion.

Formats the value using the given formatter. Read more

Performs the conversion.

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.