Struct argparse::IncrBy [] [src]

pub struct IncrBy<T>(pub T);

Trait Implementations

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