pub trait Id {
// Required method
fn id(&self) -> &str;
}Expand description
Objects that have an identifier implement this trait
Those identifier are technical and should not be shown to travellers
pub trait Id {
// Required method
fn id(&self) -> &str;
}Objects that have an identifier implement this trait
Those identifier are technical and should not be shown to travellers