pub trait IsEof {
    fn is_eof(&self) -> bool;
}

Required Methods

Implementors