parse_u32_key_record

Function parse_u32_key_record 

Source
pub fn parse_u32_key_record<T: Decodable>(
    record: (IVec, IVec),
) -> Result<(u32, T)>
Expand description

Parse a sled record with a u32 key, encoded in Big Endian bytes, in the form of a tuple (key, value).