//! Raft metadata the framework asks storage to keep
use Deserialize;
use Serialize;
use crateEzLogId;
use crateEzVote;
/// Raft metadata managed by the framework
///
/// The framework updates this structure and you persist it via [`crate::EzStorage::persist`].
/// You don't need to understand the Raft details - just serialize and store it.