Function winnow::binary::length_count
source · pub fn length_count<I, O, C, N, E, F, G>(f: F, g: G) -> impl Parser<I, C, E>where
I: Stream,
N: ToUsize,
C: Accumulate<O>,
F: Parser<I, N, E>,
G: Parser<I, O, E>,
E: ParserError<I>,
👎Deprecated since 0.5.27: Replaced with
length_repeat
Expand description
Deprecated since 0.5.27, replaced with length_repeat