pub type WlanSoftmacBaseStartActiveScanResult = Result<WlanSoftmacBaseStartActiveScanResponse, i32>;Aliased Type§
pub enum WlanSoftmacBaseStartActiveScanResult {
Ok(WlanSoftmacBaseStartActiveScanResponse),
Err(i32),
}Variants§
Ok(WlanSoftmacBaseStartActiveScanResponse)
Contains the success value
Err(i32)
Contains the error value