pub type OneshotSender<T> = Sender<T>;
Expand description

Sender for oneshot channels

Aliased Type§

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