Module raft_consensus::persistent_log::mem[][src]

Structs

MemLog

This is a Log implementation that stores entries in a simple in-memory vector. Other data is stored in a struct. It is chiefly intended for testing.