Module dittolive_ditto::observer
source · Expand description
Contains the observer pattern, used to subscribe to updates on
Peer
s, Collection
s, and
the file system.
Traits
- Observers are objects that must be kept in scope to keep observing changes relating to a
Ditto
instance, such asSubscription
s,PresenceObserver
s, orLiveQuery
s.