pub type WlanSoftmacBaseQueryResult = Result<WlanSoftmacQueryResponse, i32>;
Aliased Type§
enum WlanSoftmacBaseQueryResult {
Ok(WlanSoftmacQueryResponse),
Err(i32),
}
pub type WlanSoftmacBaseQueryResult = Result<WlanSoftmacQueryResponse, i32>;
enum WlanSoftmacBaseQueryResult {
Ok(WlanSoftmacQueryResponse),
Err(i32),
}