[][src]Trait epkard::CommandNames

pub trait CommandNames {
    fn commands(&self) -> Vec<String>;
}

Trait for listing command names

Required methods

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

Get a command name vector

Loading content...

Implementations on Foreign Types

impl<'_> CommandNames for &'_ str[src]

impl CommandNames for String[src]

Loading content...

Implementors

Loading content...