pub type UpdateSubscription = Subscription<Arc<dyn Fn(&Awareness, &Event) + 'static>>;Expand description
Whenever a new callback is being registered, a Subscription is made. Whenever this subscription a registered callback is cancelled and will not be called any more.
Aliased Typeยง
pub struct UpdateSubscription { /* private fields */ }