pub fn decode_uint32(buf: &mut impl Buf) -> Result<u32, DecodeError>Expand description
Decode a uint32 value from a varint.
The low 32 bits of the decoded varint are returned; upper bits are truncated.
pub fn decode_uint32(buf: &mut impl Buf) -> Result<u32, DecodeError>Decode a uint32 value from a varint.
The low 32 bits of the decoded varint are returned; upper bits are truncated.