Struct argparse::Parse [] [src]

pub struct Parse;

Trait Implementations

impl<T: 'static + FromCommandLine> TypedAction<T> for Parse
[src]

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