Struct argparse::StoreConst [] [src]

pub struct StoreConst<T>(pub T);

Trait Implementations

impl<T: 'static + Copy> TypedAction<T> for StoreConst<T>
[src]

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