Expand description
Structs§
- Ulid
- A Ulid is a unique 128-bit lexicographically sortable identifier
Traits§
- Type
Ulid - Associates a
Ulid
ID to a Rust type. - Type
Ulid Dynamic - Allows reading a type’s
Ulid
from the context of a trait object when the concrete Rust type is not known at compile time.
Derive Macros§
- Type
Ulid - Derive macro for the
TypeUlid
trait.