1//! This module defines different miscellaneous traits. 2 3mod as_any; 4mod with_namespace; 5 6pub use as_any::AsAny; 7pub use with_namespace::WithNamespace;