Skip to main content

Receiver

Type Alias Receiver 

Source
pub type Receiver<T> = Fuse<Receiver<T>>;
Expand description

oneshot::Receiver that works properly with futures::select!

Aliased Typeยง

pub struct Receiver<T> { /* private fields */ }