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

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

Trait for implementation Run function.

Required methods

fn run(&mut self, args: T) -> Result<ActionResult, ActionError>

run function

Loading content...

Implementors

impl Run<Context> for Command[src]

impl Run<Vec<String>> for Command[src]

Loading content...