Skip to main content

ReadError

Trait ReadError 

Source
pub trait ReadError: Debug {
    // Required method
    fn eof() -> Self;
}

Required Methods§

Source

fn eof() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§