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

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

Required Methods

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

Implementors