Trait klib::base::HasStaticName
source · pub trait HasStaticName {
fn static_name(&self) -> &'static str;
}Expand description
A trait for types that have a static name.
Required Methods§
sourcefn static_name(&self) -> &'static str
fn static_name(&self) -> &'static str
Returns the static name of the type.