Struct argparse::StoreConst [] [src]

pub struct StoreConst<T>(pub T);

Trait Implementations

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