parse_record_async

Function parse_record_async 

Source
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).