Expand description
Types for “symbols”, an optimized string-like type that ensures only one underlying copy of each unique string exists.
Structs§
- An iterator over an array of types that implement
Into<Symbol>. - A reference-counted, cheap-to-compare String type.
- A garbage-collected weak reference to a
Symbol.
Traits§
- A type that can be optionally be converted to a
Symbol. - A type that contains a list of symbols.