Struct argparse::DecrBy [] [src]

pub struct DecrBy<T>(pub T);

Trait Implementations

impl<T: 'static + Sub<Output = T> + Copy> TypedAction<T> for DecrBy<T>
[src]