1pub mod state; pub use state::State; 2pub mod guard; pub use guard::StateGuard; 3 4pub(super) const ERR_MSG: &str = "The data has been poisoned!";