Function winnow::token::tag

source ยท
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