Skip to main content

OtaDownloaderFetchBlobResult

Type Alias OtaDownloaderFetchBlobResult 

Source
pub type OtaDownloaderFetchBlobResult = Result<u64, ResolveError>;

Aliased Type§

pub enum OtaDownloaderFetchBlobResult {
    Ok(u64),
    Err(ResolveError),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(ResolveError)

Contains the error value