Struct argparse::PushConst [] [src]

pub struct PushConst<T>(pub T);

Trait Implementations

impl<T: 'static + Copy> TypedAction<Vec<T>> for PushConst<T>
[src]