Struct argparse::ParseCollect[][src]

pub struct ParseCollect;

Trait Implementations

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

Auto Trait Implementations