MessageSender

Type Alias MessageSender 

Source
pub type MessageSender<M> = Sender<M, SmartChannelId>;
Expand description

Type alias for the receivers returned by the get_sender method of the Hub

Aliased Typeยง

pub struct MessageSender<M> { /* private fields */ }