Trait klib::base::HasDescription

source ·
pub trait HasDescription {
    fn description(&self) -> &'static str;
}
Expand description

A trait for types that have a description.

Required Methods§

Returns the description of the type.

Implementors§