pub fn tag<T, I, Error: ParserError<I>>( tag: T ) -> impl Parser<I, <I as Stream>::Slice, Error>where I: StreamIsPartial + Stream + Compare<T>, T: SliceLen + Clone,
literal
Deprecated, replaced with literal