fidl_fuchsia_wlan_sme

Type Alias TelemetryCloneInspectVmoResult

Source
pub type TelemetryCloneInspectVmoResult = Result<Vmo, i32>;

Aliased Type§

enum TelemetryCloneInspectVmoResult {
    Ok(Vmo),
    Err(i32),
}

Variants§

§1.0.0

Ok(Vmo)

Contains the success value

§1.0.0

Err(i32)

Contains the error value