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

pub trait Run<T> {
    fn run(self, args: T);
}

Required methods

fn run(self, args: T)

Loading content...

Implementors

impl Run<Context> for Command[src]

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

Loading content...