pub fn decode_uint32_packed(buf: &mut impl Buf) -> Result<u32, DecodeError>Expand description
Force-inlined variant of decode_uint32 for packed-repeated element
loops; identical semantics, decodes one element per call. Not a faster
general-purpose decoder — see decode_int32_packed for when to use
the _packed family and when to prefer the plain version.