Type Alias EncMapRc
pub type EncMapRc = Arc<EncMap>;Expand description
A reference-counted pointer to an crate::metadata::tables::encmap::EncMap
Provides shared ownership and automatic memory management for EncMap instances.
Multiple references can safely point to the same EncMap data across threads.
Aliased Typeยง
pub struct EncMapRc { /* private fields */ }