pub trait CommandsHost {
// Required method
fn commands(&self) -> &CommandRegistry;
}Required Methods§
Sourcefn commands(&self) -> &CommandRegistry
fn commands(&self) -> &CommandRegistry
Returns the command registry used by this host.