pub trait HasUniqueId {
    fn id(&self) -> &UniqueId;
}
Expand description

Something that has a UniqueId

Required Methods

Implementors