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