Enum mentat_cli::input::InputResult [] [src]

pub enum InputResult {
    MetaCommand(Command),
    Empty,
    More,
    Eof,
}

Possible results from reading input from InputReader

Variants

mentat command as input; (name, rest of line)

An empty line

Needs more input

End of file reached

Trait Implementations

impl Clone for InputResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputResult
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InputResult

impl Sync for InputResult