fidl_fuchsia_hardware_hrtimer

Type Alias DeviceStartAndWaitResult

Source
pub type DeviceStartAndWaitResult = Result<EventPair, DriverError>;

Aliased Type§

enum DeviceStartAndWaitResult {
    Ok(EventPair),
    Err(DriverError),
}

Variants§

§1.0.0

Ok(EventPair)

Contains the success value

§1.0.0

Err(DriverError)

Contains the error value