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