Trait argparsnip::Handler[][src]

pub trait Handler<'a, T> {
    fn handler() -> fn(_: Results<'a>) -> T;
}

Required methods

Implementors