//! State machine worker and its supporting types.
//!
//! This worker runs in a separate task and is the only one that can mutate the state machine.
//! It is responsible for applying log entries, building/receiving snapshot and sending responses
//! to the RaftCore.
pub
pub
pub
pub
pub use Command;
pub use CommandPayload;
pub use CommandSeq;
pub use CommandResult;
pub use Response;