Enum argle::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: Debug + Display> Display for TopLevelError<E>
[src]

Formats the value using the given formatter. Read more

impl<T> From<Fail> for TopLevelError<T>
[src]

Performs the conversion.

Auto Trait Implementations

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

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