cloud_util::storage

Function load_data

Source
pub async fn load_data(
    client: RetryClient<StorageServiceClient<InterceptedSvc>>,
    region: u32,
    key: Vec<u8>,
) -> Result<Vec<u8>, StatusCodeEnum>