Skip to main content

PushRegistry

Type Alias PushRegistry 

Source
pub type PushRegistry = Arc<DashMap<String, PushSubscription>>;
Expand description

Registry type alias.

Aliased Type§

pub struct PushRegistry { /* private fields */ }