fidl_fuchsia_wlan_device_service

Type Alias DeviceMonitorGetPowerSaveModeResult

Source
pub type DeviceMonitorGetPowerSaveModeResult = Result<GetPowerSaveModeResponse, i32>;

Aliased Type§

enum DeviceMonitorGetPowerSaveModeResult {
    Ok(GetPowerSaveModeResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(GetPowerSaveModeResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value