pub trait UniqueIdentifier: Send + Sync { type Data; }
Defines the data type associated with unique identifier data type