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