CommandNames

Trait CommandNames 

Source
pub trait CommandNames {
    // Required method
    fn commands(&self) -> Vec<String>;
}
Expand description

Trait for listing command names

Required Methods§

Source

fn commands(&self) -> Vec<String>

Get a command name vector

Implementations on Foreign Types§

Source§

impl CommandNames for &str

Source§

impl CommandNames for String

Implementors§