pub type WlanFullmacImplBaseQueryResult = Result<WlanFullmacQueryInfo, i32>;

Aliased Type§

enum WlanFullmacImplBaseQueryResult {
    Ok(WlanFullmacQueryInfo),
    Err(i32),
}

Variants§

§1.0.0

Ok(WlanFullmacQueryInfo)

Contains the success value

§1.0.0

Err(i32)

Contains the error value