Expand description
this module defines the generic Id
wrapper and its implementations
This module focuses on the Id
implementation, a generic wrapper type used to define
various identifiers. The Id
type is equipped with additional methods and traits to
facilitate the creation and management of identifiers in a type-safe manner.
Structs§
Traits§
- HashId
- Identifier
- An
Identifier
is a type that can be used as an identifier - Identifier
Ext - Identify
- Identify
Mut - Identity
- The
Id
trait describes the behavior of a type that can be used as an id. AnId
is almost identical to anIdentifier
, but it is a trait that can be implemented for any type. - RawIdentifier
- StdId