Trait prexcl::Command [] [src]

pub trait Command {
    fn get_name(&self) -> &'static str;
    fn run(&self, state: &mut State, status: Status, args: &[String]) -> Status;
}

Required Methods

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.

Implementors