Struct argparse::List[][src]

pub struct List;

Trait Implementations

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

Auto Trait Implementations

impl Send for List

impl Sync for List