Enum ketree::treeerror::TreeErrorKind [] [src]

pub enum TreeErrorKind {
    VarNotFound,
    TreeNotInScope,
}

Enum for error type.

Variants

Trait Implementations

impl Debug for TreeErrorKind
[src]

[src]

Formats the value using the given formatter.