Type Alias DeviceGetPowerConfigurationResult

Source
pub type DeviceGetPowerConfigurationResult = Result<Vec<PowerElementConfiguration>, i32>;

Aliased Type§

pub enum DeviceGetPowerConfigurationResult {
    Ok(Vec<PowerElementConfiguration>),
    Err(i32),
}

Variants§

§1.0.0

Ok(Vec<PowerElementConfiguration>)

Contains the success value

§1.0.0

Err(i32)

Contains the error value