๐ฌThis is a nightly-only experimental API. (
proc_macro_internals)Expand description
Server-side handles and storage for per-handle data.
Structsยง
- Interned
Store ๐Experimental - Like
OwnedStore, but avoids storing any value more than once. - Owned
Store ๐Experimental - A store that associates values of type
Twith numeric handles. A value can be looked up using its handle.
Type Aliasesยง
- Handle ๐
Experimental