//! The snapshot: a serialized [`EzApp`](crate::EzApp) and where in the log it stands
use Cursor;
use BasicNode;
use Snapshot;
use SnapshotMeta;
use crateEzCommittedLeaderId;
/// Snapshot data type: the serialized state machine bytes
pub type EzSnapshotData = ;
/// Snapshot metadata type alias
///
/// Points to OpenRaft's `SnapshotMeta` for full compatibility.
pub type EzSnapshotMeta = ;
/// Snapshot type alias
///
/// Points to OpenRaft's `Snapshot` for full compatibility.
pub type EzSnapshot = ;