Enum fall::ResolutionError[][src]

pub enum ResolutionError {
    InsufficientlyInstantiatedArgs(&'static strusize),
    TypeError(&'static strusize),
}

An error during resolution.

Variants

A variable was passed where a literal was required. Reordering goals may fix this.

A value of the wrong type was passed.

Trait Implementations

impl Debug for ResolutionError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations