Expand description
The macros to construct tokens.
Macros§
- token
- Produces tokens that are also checked at runtime, ensuring that a
TokenCell
is never accidentally used with another instance of the same token type.
Structs§
- IdMismatch
- The comparison error for runtime tokens.
- Singleton
Unavailable - The construction error for
singleton_token
s.