pub fn tag<I, O, C, E: ParserError<(I, usize)>>(
p: O,
count: C,
) -> impl Parser<(I, usize), O, E>
๐Deprecated since 0.5.38: Replaced with
pattern
Expand description
Deprecated, replaced with pattern
pub fn tag<I, O, C, E: ParserError<(I, usize)>>(
p: O,
count: C,
) -> impl Parser<(I, usize), O, E>
pattern
Deprecated, replaced with pattern