pub trait TypeUlid { const ULID: Ulid; }
Associates a Ulid ID to a Rust type.
Ulid
⚠️ Warning: there is nothing enforcing that the Ulids returned by different types will be different.
The type’s Ulid.