Enum extra::getopts::FailType

pub enum FailType {
    ArgumentMissing_,
    UnrecognizedOption_,
    OptionMissing_,
    OptionDuplicated_,
    UnexpectedArgument_,
}

The type of failure that occured.

Trait Implementations

impl std::cmp::Eq for FailType

fn eq(&self, __arg_0: &FailType) -> bool

fn ne(&self, __arg_0: &FailType) -> bool