Expand description
A type-level string, which is a string that is encoded in the type system.
Macros§
- Symbol
- Use this macro to reference the type, that corresponds to the given symbol
Structs§
- Chars
- Iterator over the characters of a given symbol.
- Cons
- A single character of the symbol, followed by the rest of the symbol.
- Nil
- The end of the symbol.
Traits§
- Symbol
- A symbol, which is a type-level string.