pub trait IntoParsewhere
    Self: Sized,
{ fn parse<P>(self, parser: P) -> Parse<Self, P> { ... } }

Provided Methods

Implementors