Trait osoy::exec::Exec[][src]

pub trait Exec {
    fn exec(self, config: Config) -> i32;
}

Required methods

Implementors