Trait ReadError
embedded_platform::io
pub trait ReadError: Debug { fn eof() -> Self; }
fn eof() -> Self