Subscription

Type Alias Subscription 

Source
pub type Subscription = Subscription;
Expand description

Subscription to any kind of observable events, like ymap_observe, ydoc_observe_updates_v1 etc. This subscription can be destroyed by calling yunobserve function, which will cause to unsubscribe correlated callback.

Aliased Typeยง

pub struct Subscription { /* private fields */ }