Trait combu::command::Run[][src]

pub trait Run<T> {
    fn run(&mut self, args: T) -> Result<ActionResult, ActionError>;
}
Expand description

Trait for implementation Run function.

Required methods

run function

Implementors