string_interner

Module symbol

Source
Expand description

Interfaces and types to be used as symbols for the StringInterner.

The StringInterner::get_or_intern method returns Symbol types that allow to look-up the original string using StringInterner::resolve.

Structs§

Traits§

  • Types implementing this trait can be used as symbols for string interners.

Type Aliases§