pub trait Named {
    fn name(&self) -> &'static str;
}

Required Methods

unique name within world

Implementors