Enum gattii::ReadBytes [] [src]

pub enum ReadBytes {
    Bytes(usize),
    EndOfFile,
    FileError,
    NoAttempt,
}

Variants

Number of bytes read from the file, 0 if none but not an error

The end of the file has been reached so no data was read

An error was encountered reading from the file

No read was actually attempted