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