CommandBase

Trait CommandBase 

Source
pub trait CommandBase {
    // Required methods
    fn exec(&self);
    fn name(&self) -> String;
    fn key(&self) -> Option<HotKey>;
}

Required Methods§

Source

fn exec(&self)

Source

fn name(&self) -> String

Source

fn key(&self) -> Option<HotKey>

Implementors§