Module handle

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (proc_macro_internals #27812)
Expand description

Server-side handles and storage for per-handle data.

Structsยง

InternedStore ๐Ÿ”’ Experimental
Like OwnedStore, but avoids storing any value more than once.
OwnedStore ๐Ÿ”’ 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