Enum ketree::treeerror::TreeErrorKind []

pub enum TreeErrorKind {
    VarNotFound,
    TreeNotInScope,
}

Enum for error type.

Variants

Trait Implementations

impl Debug for TreeErrorKind

Formats the value using the given formatter.