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 as
Subscription
s,
PresenceObserver
s, or
LiveQuery
s.