Trait nom::AtEof [] [src]

pub trait AtEof {
    fn at_eof(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

impl<I: AtEof, T> AtEof for (I, T)
[src]

[src]

impl<'a> AtEof for &'a [u8]
[src]

[src]

impl<'a> AtEof for &'a str
[src]

[src]

Implementors