pub fn decode<T>( res: Result<Option<(Cow<'_, [u8]>, Cow<'_, [u8]>)>, impl Into<DatabaseErrorInfo>>, ) -> PairResult<T>where T: Table, T::Key: Decode, T::Value: Decompress,
mdbx
Decodes a (key, value) pair from the database.
(key, value)