Skip to main content

WriteLog

Type Alias WriteLog 

Source
pub type WriteLog = Vec<LogEntry>;
Expand description

The write log.

The keys in the write log must be unique.

Aliased Typeยง

pub struct WriteLog { /* private fields */ }