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

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

The result of Reader::read_line

Variants

User issued end-of-file

User input received

Reported signal was received

Trait Implementations

impl Debug for ReadResult
[src]

Formats the value using the given formatter.