Trait speedy::IsEof

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

Required Methods

Implementors