pub trait Name { // Required method fn name(&self) -> String; }
A trait for data having a short name.