Type Alias yrs::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§

struct Subscription { /* private fields */ }