Skip to main content

WifiStaIfaceGetLinkLayerStatsResult

Type Alias WifiStaIfaceGetLinkLayerStatsResult 

Source
pub type WifiStaIfaceGetLinkLayerStatsResult = Result<WifiStaIfaceGetLinkLayerStatsResponse, i32>;

Aliased Type§

pub enum WifiStaIfaceGetLinkLayerStatsResult {
    Ok(WifiStaIfaceGetLinkLayerStatsResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(WifiStaIfaceGetLinkLayerStatsResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value