Type Alias UuidEntityId

Source
pub type UuidEntityId<T> = EntityId<T, UuidIdentifier>;
Expand description

UUID-based entity ID

Aliased Typeยง

struct UuidEntityId<T> { /* private fields */ }