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