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]
impl<'a> AtEof for &'a [u8]
[src]
impl<'a> AtEof for &'a str
[src]
Implementors
impl<'a> AtEof for CompleteStr<'a>
impl<'a> AtEof for CompleteByteSlice<'a>