Enum simplisp::lisp::LastCharType [] [src]

pub enum LastCharType {
    CloseParen,
    OpenParen,
    Quote,
    WhiteSpace,
    Word,
}

Variants

Methods

impl LastCharType
[src]

Trait Implementations

impl Debug for LastCharType
[src]

Formats the value using the given formatter.