Enum ketos::buffer::More [] [src]

pub enum More {
    Comment,
    DocComment,
    Paren,
    String,
}

Indicates the cause of incomplete input

Variants

Open block comment (#| ... |#)

Open doc-comment

Open parentheses

Open string

Methods

impl More
[src]

Returns a character corresponding to each value

Trait Implementations

impl Copy for More
[src]

impl Clone for More
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for More
[src]

Formats the value using the given formatter.

impl Eq for More
[src]

impl PartialEq for More
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.