//! Notification hooks for registry changes.
use async_trait;
use ManifestReference;
/// A registry hook
///
/// Hooks are used by the registry to notify about changes made by external clients.
///
/// The unit type `()` implements `RegistryHooks`, silently discarding all notifications.