pub type OneshotReceiver<T> = Receiver<T>;
Expand description

Receiver for oneshot channels

Aliased Type§

struct OneshotReceiver<T> { /* private fields */ }