Struct argparse::StoreOption [] [src]

pub struct StoreOption;

Trait Implementations

impl<T: 'static + FromStr> TypedAction<Option<T>> for StoreOption
[src]

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