Skip to main content

CommandsHost

Trait CommandsHost 

Source
pub trait CommandsHost {
    // Required method
    fn commands(&self) -> &CommandRegistry;
}

Required Methods§

Source

fn commands(&self) -> &CommandRegistry

Returns the command registry used by this host.

Implementors§