pub trait TypeName { // Required method fn type_name() -> &'static str; }
Returns the type name of the object as a string. (i.e. “u8”)
Returns the type name as a string.