pub async fn parse_u64_key_record_async<T: AsyncDecodable>(
record: (IVec, IVec),
) -> Result<(u64, T)>Expand description
Parse a sled record with a u64 key, encoded in Big Endian bytes,
in the form of a tuple (key, value).
pub async fn parse_u64_key_record_async<T: AsyncDecodable>(
record: (IVec, IVec),
) -> Result<(u64, T)>Parse a sled record with a u64 key, encoded in Big Endian bytes,
in the form of a tuple (key, value).