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