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