Type Alias PropertyMapEntryMap
pub type PropertyMapEntryMap = SkipMap<Token, PropertyMapEntryRc>;Expand description
A concurrent map that holds Token to PropertyMapEntry mappings.
This skip list-based map provides efficient concurrent access to loaded
PropertyMapEntry entries indexed by their metadata tokens. Used by the loader
for storing and retrieving property mapping entries.
Aliased Typeยง
pub struct PropertyMapEntryMap { /* private fields */ }