pub type ClientSmeScanResult = Result<Vmo, ScanErrorCode>;

Aliased Type§

enum ClientSmeScanResult {
    Ok(Vmo),
    Err(ScanErrorCode),
}

Variants§

§1.0.0

Ok(Vmo)

Contains the success value

§1.0.0

Err(ScanErrorCode)

Contains the error value