Type Alias openraft::SnapshotId

source ·
pub type SnapshotId = String;
Expand description

Id of a snapshot stream.

Everytime a snapshot is created, it is assigned with a globally unique id. Such an id is used by followers to distinguish different install-snapshot streams.

Aliased Type§

struct SnapshotId { /* private fields */ }