Function cloud_util::storage::load_data

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