pub trait TypeInfo { // Required method fn info() -> &'static str; }
type_info
Trait for type info.
Returns the type.