Enum argle::TryMapError[][src]

pub enum TryMapError<E, F> {
    Other(E),
    MapFailed(F),
}

Variants

Trait Implementations

impl<E: Debug, F: Debug> Debug for TryMapError<E, F>
[src]

Formats the value using the given formatter. Read more

impl<E: Debug + Display, F: Debug + Display> Display for TryMapError<E, F>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E, F> Send for TryMapError<E, F> where
    E: Send,
    F: Send

impl<E, F> Sync for TryMapError<E, F> where
    E: Sync,
    F: Sync