pub type ComponentSender = Sender<ComponentCmd>;Expand description
Shorthand for a sender, that can be sent ComponentCmd instructions.
Aliased Type§
pub struct ComponentSender {
pub sender: Sender<ComponentCmd>,
/* private fields */
}Fields§
§sender: Sender<ComponentCmd>