pub trait WithOutputExt<P>where P: Parser,{ // Required method fn with_output(self) -> ParserWithOutput<P>; }