ActionSender

Type Alias ActionSender 

Source
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 */ }