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