pub type AccountEventLog = BackendEventLog<AccountEvent>;Expand description
Event log for account events.
Aliased Type§
pub enum AccountEventLog {
Database(DatabaseEventLog<AccountEvent, Error>),
FileSystem(FileSystemEventLog<AccountEvent, Error>),
}Variants§
Database(DatabaseEventLog<AccountEvent, Error>)
Database event log.
FileSystem(FileSystemEventLog<AccountEvent, Error>)
File system event log.