Type Alias fidl_fuchsia_hardware_hrtimer::DeviceStartResult

source ·
pub type DeviceStartResult = Result<(), DriverError>;

Aliased Type§

enum DeviceStartResult {
    Ok(()),
    Err(DriverError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DriverError)

Contains the error value