Sender

Type Alias Sender 

Source
pub type Sender<T> = UnboundedSender<T>;

Aliased Typeยง

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