pub trait Uid { fn uid(&self) -> u64; }
Trait to uniquely identify elements in bheap.
Unique identifier for the implementing struct. The same value must be returned in all invocations of this method on a given struct.