Enum arg_combinators::TopLevelError[][src]

pub enum TopLevelError<E> {
    Getopts(Fail),
    Other(E),
}

Variants

Trait Implementations

impl<E: Debug> Debug for TopLevelError<E>
[src]

Formats the value using the given formatter. Read more

impl<E: PartialEq> PartialEq for TopLevelError<E>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<E: Eq> Eq for TopLevelError<E>
[src]

impl<E: Display> Display for TopLevelError<E>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E> Send for TopLevelError<E> where
    E: Send

impl<E> Sync for TopLevelError<E> where
    E: Sync