usestrum_macros::EnumIter;/// Namespaces DB keys for this module
#[derive(Clone, EnumIter, Debug)]pubenumDbKeyPrefix{}// TODO: Boilerplate-code
implstd::fmt::Display forDbKeyPrefix{fnfmt(&self, f:&mutstd::fmt::Formatter)->std::fmt::Result{write!(f,"{self:?}")}}