Trait argparse::action::TypedAction[][src]

pub trait TypedAction<T> {
    fn bind<'x>(&self, _: Rc<RefCell<&'x mut T>>) -> Action<'x>;
}

Required Methods

Implementors