pub type ActionSender<T> = UnboundedSender<ActionEnvelope<T>>;Expand description
A sender for actions wrapped with an envelope.
Aliased Typeยง
pub struct ActionSender<T> { /* private fields */ }pub type ActionSender<T> = UnboundedSender<ActionEnvelope<T>>;A sender for actions wrapped with an envelope.
pub struct ActionSender<T> { /* private fields */ }