Enum gluon_check::unify::Error [] [src]

pub enum Error<T, E> {
    TypeMismatch(T, T),
    Occurs(T, T),
    Other(E),
}

Variants

Trait Implementations

impl<T: Debug, E: Debug> Debug for Error<T, E>
[src]

Formats the value using the given formatter.

impl<T: PartialEq, E: PartialEq> PartialEq for Error<T, E>
[src]

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

This method tests for !=.

impl<I, T, E> Display for Error<T, E> where
    I: AsRef<str>,
    T: Display + Deref<Target = Type<I, T>>,
    E: Display
[src]

Formats the value using the given formatter. Read more