pub trait Command: 'static + Send + Any + Sync + Debug { }

Implementors§