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]

fn bind<'x>(&self, cell: Rc<RefCell<&'x mut T>>) -> Action<'x>