Struct argparse::PushConst [] [src]

pub struct PushConst<T>(pub T);

Trait Implementations

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

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