Enum arg_combinators::ext::ValidError[][src]

pub enum ValidError<A> {
    Arg(A),
    Invalid(Invalid),
}

Variants

Trait Implementations

impl<A: PartialEq> PartialEq for ValidError<A>
[src]

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

This method tests for !=.

impl<A: Eq> Eq for ValidError<A>
[src]

impl<A: Debug> Debug for ValidError<A>
[src]

Formats the value using the given formatter. Read more

impl<A> Display for ValidError<A> where
    A: Display
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<A> Send for ValidError<A> where
    A: Send

impl<A> Sync for ValidError<A> where
    A: Sync