Expand description
Abstraction over different connections that send data
Required Methods
Implementations on Foreign Types
sourceimpl Sender for RefCell<Vec<Message>>
impl Sender for RefCell<Vec<Message>>
Use in case you don’t want the send the message, but just collect it instead.
sourceimpl Sender for Mutex<Vec<Message>>
impl Sender for Mutex<Vec<Message>>
Use in case you don’t want the send the message, but just collect it instead.