Skip to main content

DynMsg

Type Alias DynMsg 

Source
pub type DynMsg = Arc<dyn Msg + Send + Sync + 'static>;
Expand description

Dyn message channels.

Aliased Typeยง

pub struct DynMsg { /* private fields */ }