Skip to main content

CommandRegistry

Trait CommandRegistry 

Source
pub trait CommandRegistry {
    // Required method
    fn lookup(&self, name: &str) -> Option<&ValidatedCommandSchema>;
}

Required Methods§

Implementors§