Type Alias fidl_fuchsia_hardware_hidbus::HidbusQueryResult

source ·
pub type HidbusQueryResult = Result<HidInfo, i32>;

Aliased Type§

enum HidbusQueryResult {
    Ok(HidInfo),
    Err(i32),
}

Variants§

§1.0.0

Ok(HidInfo)

Contains the success value

§1.0.0

Err(i32)

Contains the error value