pub fn to<Stream, Context, Parser, OtherToken>( parser: Parser, to: OtherToken, ) -> To<Parser, OtherToken>where Parser: Parse<Stream, Context>, OtherToken: Clone,
Function style version of crate::Utils::to