pub trait HasID { // Required method fn get_id(&self) -> &str; }
Indicates that the struct has an ID field
Get a string representation of the struct’s ID