Enum linefeed::reader::ReadResult [] [src]

pub enum ReadResult {
    Eof,
    Input(String),
    Signal(Signal),
}

Returned from read_line to indicate user input

Variants

User issued end-of-file

User input received

Reported signal was received

Trait Implementations

impl Debug for ReadResult
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ReadResult

impl Sync for ReadResult