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