Skip to main content

ClientDownloadBlobResult

Type Alias ClientDownloadBlobResult 

Source
pub type ClientDownloadBlobResult = Result<u64, ClientDownloadBlobError>;

Aliased Type§

pub enum ClientDownloadBlobResult {
    Ok(u64),
    Err(ClientDownloadBlobError),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(ClientDownloadBlobError)

Contains the error value