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

Autotrait that constraints the commands that can be sent to a crate::Processor. not ment to be implemented manually

Implementors