pub trait Identifiable { // Required method fn get_id(&self) -> u32; }
Trait for types with unique identifiers