Struct maybe_async_channel::Receiver
source · pub struct Receiver<T, E: MaybeAsync = NotAsync>where
Receiver<T, E>: ReceiverDataHelper,{ /* private fields */ }
Expand description
The Receiving side of a channel.
pub struct Receiver<T, E: MaybeAsync = NotAsync>where
Receiver<T, E>: ReceiverDataHelper,{ /* private fields */ }
The Receiving side of a channel.