Function to

Source
pub fn to<Stream, Context, Parser, OtherToken>(
    parser: Parser,
    to: OtherToken,
) -> To<Parser, OtherToken>
where Parser: Parse<Stream, Context>, OtherToken: Clone,
Expand description

Function style version of crate::Utils::to