Struct argparse::ParseList [] [src]

pub struct ParseList;

Trait Implementations

impl<T: 'static + FromCommandLine + Clone> TypedAction<Vec<T>> for ParseList
[src]

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