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