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