pub trait Identifiable { // Required method fn id(&self) -> &str; }
Identifiable trait for objects with unique IDs
Get the unique identifier