WifiLegacyHalResetTxPowerScenarioResult

Type Alias WifiLegacyHalResetTxPowerScenarioResult 

Source
pub type WifiLegacyHalResetTxPowerScenarioResult = Result<(), WifiLegacyHalStatus>;

Aliased Type§

pub enum WifiLegacyHalResetTxPowerScenarioResult {
    Ok(()),
    Err(WifiLegacyHalStatus),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WifiLegacyHalStatus)

Contains the error value