FolderEventLog

Type Alias FolderEventLog 

Source
pub type FolderEventLog<E> = DatabaseEventLog<WriteEvent, E>;
Expand description

Event log for changes to a folder.

Aliased Typeยง

pub struct FolderEventLog<E> { /* private fields */ }