pub trait Named { // Required method fn name(&self) -> &str; }
Named trait for objects with names
Get the name