[][src]Trait combinedfun::traits::EofError

pub trait EofError<I> {
    fn no_eof(at: I) -> Self;
}

The kind of error that can happen with eof(crate::eof).

Required methods

fn no_eof(at: I) -> Self

Loading content...

Implementations on Foreign Types

impl<I> EofError<I> for ()[src]

Loading content...

Implementors

impl<'a, OI, I, O, T: ?Sized> EofError<OI> for VerboseError<'a, I, O, T> where
    I: From<OI>, 
[src]

Loading content...