Struct argparse::PushConst[][src]

pub struct PushConst<T>(pub T);

Trait Implementations

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

Auto Trait Implementations

impl<T> Send for PushConst<T> where
    T: Send

impl<T> Sync for PushConst<T> where
    T: Sync