[][src]Trait combinedfun::traits::AltError

pub trait AltError<I> {
    fn alt(self, other: Self, at: I) -> Self;
}

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

Required methods

fn alt(self, other: Self, at: I) -> Self

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

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

Loading content...