Trait klib::base::HasName

source ·
pub trait HasName {
    fn name(&self) -> String;
}
Expand description

A trait for types that have a computed name.

Required Methods§

Returns the computed name of the type.

Implementors§