pub type AppTx = UnboundedSender<AppEvent>;Expand description
Convenience alias used throughout the codebase.
Aliased Type§
pub struct AppTx { /* private fields */ }pub type AppTx = UnboundedSender<AppEvent>;Convenience alias used throughout the codebase.
pub struct AppTx { /* private fields */ }