Trait valence_command::AddCommand
source · pub trait AddCommand {
// Required method
fn add_command<T: Command + Send + Sync + 'static>(&mut self) -> &mut Self;
}
Required Methods§
fn add_command<T: Command + Send + Sync + 'static>(&mut self) -> &mut Self
Object Safety§
This trait is not object safe.