Trait commands::command_table::Command [] [src]

pub trait Command {
    fn execute(&self);
}

A command

Required Methods

Execute the command

Implementors