pub fn tag<T, I, Error: ParserError<I>>(
tag: T,
) -> impl Parser<I, <I as Stream>::Slice, Error>
๐Deprecated since 0.5.38: Replaced with
literal
Expand description
Deprecated, replaced with literal
pub fn tag<T, I, Error: ParserError<I>>(
tag: T,
) -> impl Parser<I, <I as Stream>::Slice, Error>
literal
Deprecated, replaced with literal