pub type DeviceStartAndWait2Result = Result<EventPair, DriverError>;
Aliased Type§
enum DeviceStartAndWait2Result {
Ok(EventPair),
Err(DriverError),
}
pub type DeviceStartAndWait2Result = Result<EventPair, DriverError>;
enum DeviceStartAndWait2Result {
Ok(EventPair),
Err(DriverError),
}