Struct argparse::StoreConst[][src]

pub struct StoreConst<T>(pub T);

Trait Implementations

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

Auto Trait Implementations

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

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