Function tikv_util::codec::number::decode_u32_le [−][src]
pub fn decode_u32_le(data: &mut BytesSlice<'_>) -> Result<u32>
Decodes value encoded by encode_u32_le
before.
pub fn decode_u32_le(data: &mut BytesSlice<'_>) -> Result<u32>
Decodes value encoded by encode_u32_le
before.