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