Enum incrust::abc::EvalError [] [src]

pub enum EvalError {
    NotComposable,
    AttributeNotExists(String),
    Input(String),
    Process(String),
}

Variants

NotComposableAttributeNotExists(String)Input(String)Process(String)

Trait Implementations

impl Debug for EvalError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.