Type Alias EncLogMap
pub type EncLogMap = SkipMap<Token, EncLogRc>;Expand description
A map that holds the mapping of crate::metadata::token::Token to parsed crate::metadata::tables::enclog::EncLog
Thread-safe concurrent map using skip list data structure for efficient lookups
and insertions. Used to cache resolved EncLog entries by their metadata tokens.
Aliased Typeยง
pub struct EncLogMap { /* private fields */ }