pub type WriteLog = Vec<LogEntry>;
The write log.
The keys in the write log must be unique.
pub struct WriteLog { /* private fields */ }