1 2 3 4 5
pub trait TypeName { /// Returns the name of this type. fn type_name(&self) -> &'static str; }