pub trait Named { // Required method fn name(&self) -> &str; }
Interface for nameable data-structures