Skip to main content

DomainControllerGetMaxFrequencyResult

Type Alias DomainControllerGetMaxFrequencyResult 

Source
pub type DomainControllerGetMaxFrequencyResult = Result<u64, GetMaxFrequencyError>;

Aliased Type§

pub enum DomainControllerGetMaxFrequencyResult {
    Ok(u64),
    Err(GetMaxFrequencyError),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(GetMaxFrequencyError)

Contains the error value