RunnerOpts

Trait RunnerOpts 

Source
pub trait RunnerOpts {
    // Required method
    fn flag(&self, _: SubCommand) -> bool;
}
Expand description

binfire runner Options req.

Required Methods§

Source

fn flag(&self, _: SubCommand) -> bool

Implementors§