pub fn parse_record<T1: Decodable, T2: Decodable>( record: (IVec, IVec), ) -> Result<(T1, T2)>
Parse a sled record in the form of a tuple (key, value).
key
value