Struct pom::combinator::And [] [src]

pub struct And<P>(_);

Trait Implementations

impl<'a, I, O, P: Parser<'a, I, Output = O>> Parser<'a, I> for And<P>
[src]

[src]

Parse input at start position, return output and finished position.

Auto Trait Implementations

impl<P> Send for And<P> where
    P: Send

impl<P> Sync for And<P> where
    P: Sync