pub trait TypeUuidProvider: Sized { // Required method fn type_uuid() -> Uuid; }
A trait for an entity that has unique type identifier.
Return type UUID.