Enum gluon_check::substitution::Error [] [src]

pub enum Error<T> {
    Occurs(T, T),
    Constraint(T, Arc<Vec<T>>),
}

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

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

[src]

This method tests for !=.

impl<T> Display for Error<T> where
    T: Display,
    T: for<'a> ToDoc<'a, Arena<'a>, ()>, 
[src]

[src]

Formats the value using the given formatter. Read more