pub trait Typename {
// Required method
fn typename(&self) -> &'static str;
}Expand description
Trait for types that can provide their type name as a static string
pub trait Typename {
// Required method
fn typename(&self) -> &'static str;
}Trait for types that can provide their type name as a static string