[][src]Module async_raft::storage

The Raft storage interface and data types.

Structs

CurrentSnapshotData

The data associated with the current snapshot.

HardState

A record holding the hard state of a Raft node.

InitialState

A struct used to represent the initial state which a Raft node needs when first starting.

Traits

RaftStorage

A trait defining the interface for a Raft storage system.