pub fn filter<Stream, Context, Parser, F>(
parser: Parser,
f: F,
) -> Filter<Parser, F>Expand description
Function style version of crate::Utils::filter
pub fn filter<Stream, Context, Parser, F>(
parser: Parser,
f: F,
) -> Filter<Parser, F>Function style version of crate::Utils::filter