Struct argparse::List [] [src]

pub struct List;

Trait Implementations

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

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