Function winnow::binary::length_data

source ·
pub fn length_data<I, N, E, F>(f: F) -> impl Parser<I, <I as Stream>::Slice, E>
where I: StreamIsPartial + Stream, N: ToUsize, F: Parser<I, N, E>, E: ParserError<I>,
👎Deprecated since 0.5.27: Replaced with length_take
Expand description

Deprecated since 0.5.27, replaced with length_take