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

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

Variants

Trait Implementations

impl Debug for EvalError
[src]

Formats the value using the given formatter.