WifiLegacyHalSelectTxPowerScenarioResult

Type Alias WifiLegacyHalSelectTxPowerScenarioResult 

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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WifiLegacyHalStatus)

Contains the error value