Struct argparse::ParseOption [] [src]

pub struct ParseOption;

Trait Implementations

impl<T: 'static + FromCommandLine> TypedAction<Option<T>> for ParseOption
[src]

fn bind<'x>(&self, cell: Rc<RefCell<&'x mut Option<T>>>) -> Action<'x>