๐ฌThis is a nightly-only experimental API. (
proc_macro_internals
#27812)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
T
with numeric handles. A value can be looked up using its handle.
Type Aliasesยง
- Handle ๐
Experimental