Skip to main content

Sender

Type Alias Sender 

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

oneshot::Sender type alias

Aliased Typeยง

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