[][src]Trait speedy::IsEof

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

Required methods

fn is_eof(&self) -> bool

Loading content...

Implementors

impl IsEof for Error[src]

Loading content...