Module proc_macro::bridge::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 Definitions