Module notify

Source
Expand description

Provides notify access model which retrieves file system events and changes from some notify backend.

Structs§

NotifyAccessModel
Provides notify access model which retrieves file system events and changes from some notify backend.
UpstreamUpdateEvent
A upstream update event that is notified by some external source.

Enums§

FilesystemEvent
Aggregated filesystem events from some file watcher
MemoryEvent
A memory event that is notified by some external source
NotifyMessage
A message that is sent to some file watcher

Traits§

NotifyDeps
A trait implementing dependency getter.