/// Internal namespace.
pub(crate)modprivate{// use crate::prelude::*;
}/// Protected namespace of the module.
pubmodprotected{pubusesuper::orphan::*;}pubuseprotected::*;/// Parented namespace of the module.
pubmodorphan{pubusesuper::exposed::*;}/// Exposed namespace of the module.
pubmodexposed{pubusesuper::prelude::*;}pubuseexposed::*;/// Prelude to use essentials: `use my_module::prelude::*`.
pubmodprelude{pubusesuper::private::{};}