Struct argparse::Store [] [src]

pub struct Store;

Trait Implementations

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

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