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§

source

fn static_name(&self) -> &'static str

Returns the static name of the type.

Implementors§