1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// devela::data::store::key::static_map // //! Defines the [`define_static_map!`] macro and the [`StaticEntry`] enum. // #[cfg(test)] mod tests; mod define; // define_static_map! mod entry; // StaticEntry crate::structural_mods! { // _mods _mods { pub use super::{ define::*, entry::*, }; } }