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