Struct argparse::StoreFalse [] [src]

pub struct StoreFalse;

Trait Implementations

impl TypedAction<bool> for StoreFalse
[src]

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