pub trait UniqueID { // Required method fn id(&self) -> u64; }
An element with a unique identifier.
return the unique id