pub type RegistryWatchDeviceRemovedResult = Result<RegistryWatchDeviceRemovedResponse, RegistryWatchDeviceRemovedError>;

Aliased Type§

enum RegistryWatchDeviceRemovedResult {
    Ok(RegistryWatchDeviceRemovedResponse),
    Err(RegistryWatchDeviceRemovedError),
}

Variants§

§1.0.0

Ok(RegistryWatchDeviceRemovedResponse)

Contains the success value

§1.0.0

Err(RegistryWatchDeviceRemovedError)

Contains the error value