Trait Command

Source
pub trait Command {
    // Required method
    fn execute(&self);
}

Required Methods§

Source

fn execute(&self)

Implementors§