Trait commands::command_table::Command
[−]
[src]
pub trait Command {
fn execute(&self);
}A command
Required Methods
fn execute(&self)
Execute the command