//! Small generic utilities //! //! //! pub fn type_of(_: &T) -> &str { core::any::type_name::() }