pub type RegistryWatchDeviceRemovedResult = Result<RegistryWatchDeviceRemovedResponse, RegistryWatchDeviceRemovedError>;Aliased Type§
pub enum RegistryWatchDeviceRemovedResult {
Ok(RegistryWatchDeviceRemovedResponse),
Err(RegistryWatchDeviceRemovedError),
}Variants§
Ok(RegistryWatchDeviceRemovedResponse)
Contains the success value
Err(RegistryWatchDeviceRemovedError)
Contains the error value