pub type PushRegistry = Arc<DashMap<String, PushSubscription>>;
Registry type alias.
pub struct PushRegistry { /* private fields */ }