pub type WriteLog = Vec<LogEntry>;
Expand description

The write log.

The keys in the write log must be unique.

Aliased Type§

struct WriteLog { /* private fields */ }