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
- Like
OwnedStore, but avoids storing any value more than once. - A store that associates values of type
Twith numeric handles. A value can be looked up using its handle.