Struct parsimonious::BoxableParser [] [src]

pub struct BoxableParser<P>(_);

Trait Implementations

impl<P, S> BoxableParserOf<S> for BoxableParser<P> where P: StatefulParserOf<S>
[src]

type Output = P::Output

fn parse_boxable(&mut self, value: S) -> Option<(S, Self::Output)>

fn done_boxable(&mut self) -> Self::Output