Trait klib::core::base::HasStaticName
source · pub trait HasStaticName {
// Required method
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.