Skip to main content

Command

Trait Command 

Source
pub trait Command:
    Send
    + 'static
    + Debug { }
Expand description

Base trait for all commands.

Any type implementing this trait can be sent through a command queue.

Implementors§