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