Skip to main content

MsgSender

Type Alias MsgSender 

Source
pub type MsgSender<T> = Sender<Msg<T>>;

Aliased Typeยง

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