pub trait TypeName { // Required method fn type_name(&self) -> &'static str; }
Trait returning name of type of variable.
Return name of type of variable.