Enum arg_combinators::TopLevelError [−][src]
pub enum TopLevelError<E> {
    Getopts(Fail),
    Other(E),
}Variants
Getopts(Fail)Other(E)
                Trait Implementations
impl<E: Debug> Debug for TopLevelError<E>[src] 
impl<E: Debug> Debug for TopLevelError<E>fn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<E: Display> Display for TopLevelError<E>[src] 
impl<E: Display> Display for TopLevelError<E>fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src] 
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<T> From<Fail> for TopLevelError<T>[src] 
impl<T> From<Fail> for TopLevelError<T>Auto Trait Implementations
impl<E> Send for TopLevelError<E> where
    E: Send, 
impl<E> Send for TopLevelError<E> where
    E: Send, impl<E> Sync for TopLevelError<E> where
    E: Sync, 
impl<E> Sync for TopLevelError<E> where
    E: Sync,