//! What storage hands back at startup
use crateEzMeta;
use crateEzSnapshot;
/// What [`crate::EzStorage::load`] hands back to the framework at startup
///
/// The read-side counterpart of [`crate::Persist`]: `Persist` describes what gets written,
/// `Loaded` is what must come back on the next start.