Trait scsys_core::id::Identifiable
source · pub trait Identifiable {
type Id: Identifier;
// Required method
fn id(&self) -> &Self::Id;
}
Expand description
Interface for identifiable data-structures
pub trait Identifiable {
type Id: Identifier;
// Required method
fn id(&self) -> &Self::Id;
}
Interface for identifiable data-structures