WheelMetadataResult

Type Alias WheelMetadataResult 

Source
pub type WheelMetadataResult = Result<MetadataResponse, Error>;

Aliased Type§

pub enum WheelMetadataResult {
    Ok(MetadataResponse),
    Err(Error),
}

Variants§

§1.0.0

Ok(MetadataResponse)

Contains the success value

§1.0.0

Err(Error)

Contains the error value