pub type WlanSoftmacBaseStartActiveScanResult = Result<WlanSoftmacBaseStartActiveScanResponse, i32>;

Aliased Type§

enum WlanSoftmacBaseStartActiveScanResult {
    Ok(WlanSoftmacBaseStartActiveScanResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(WlanSoftmacBaseStartActiveScanResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value