Enum ketree::tree::TreeErrorKind []

pub enum TreeErrorKind {
    VarNotFound,
    TreeNotInScope,
}

Variants

Trait Implementations

impl Debug for TreeErrorKind
[src]

Formats the value using the given formatter.