Trait meap::parser::Arity

source ·
pub trait Arity {
    // Required method
    fn arity_enum(&self) -> ArityEnum;
}
Expand description

Determines how many times the opt can be passed

Required Methods§

Implementors§