Type Alias MpscSender

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

Aliased Typeยง

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