Function winnow::binary::bits::tag

source ยท
pub fn tag<I, O, C, E: ParserError<(I, usize)>>(
    p: O,
    count: C,
) -> impl Parser<(I, usize), O, E>
where I: Stream<Token = u8> + AsBytes + StreamIsPartial + Clone, C: ToUsize, O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O> + PartialEq,
๐Ÿ‘ŽDeprecated since 0.5.38: Replaced with pattern
Expand description

Deprecated, replaced with pattern