Trait speedy::IsEof

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

Required Methods§

source

fn is_eof(&self) -> bool

Implementors§