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