Struct argparse::StoreTrue [] [src]

pub struct StoreTrue;

Trait Implementations

impl TypedAction<bool> for StoreTrue
[src]

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