pub type DeviceStartAndWait2Result = Result<EventPair, DriverError>;

Aliased Type§

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

Variants§

§1.0.0

Ok(EventPair)

Contains the success value

§1.0.0

Err(DriverError)

Contains the error value