Struct argparse::Collect [] [src]

pub struct Collect;

Trait Implementations

impl<T: 'static + FromStr + Clone> TypedAction<Vec<T>> for Collect
[src]

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