/*
Appellation: named <module>
Contrib: @FL03
*//// Interface for nameable data-structures
pubtraitNamed{fnname(&self)->&str;}/// [`Appellation`] defines a common interface for establishing a solid name for
/// various entities.
pubtraitAppellation{fnappellation(&self)->&str;}