pub trait Command:
Send
+ 'static
+ Debug { }Expand description
Base trait for all commands sent via actor mailboxes.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".