Function winnow::binary::length_value

source ยท
pub fn length_value<I, O, N, E, F, G>(f: F, g: G) -> impl Parser<I, O, E>
where I: StreamIsPartial + Stream + UpdateSlice + Clone, N: ToUsize, F: Parser<I, N, E>, G: Parser<I, O, E>, E: ParserError<I>,
๐Ÿ‘ŽDeprecated since 0.5.27: Replaced with length_and_then
Expand description

Deprecated since 0.5.27, replaced with length_and_then