Trait IntoCommand

Source
pub trait IntoCommand<Res>
where Self: Send + Sync + 'static,
{ }
Expand description

IntoCommand trait will be used to mark command or query types for the bus

Implementorsยง