pub(crate) type MapsVal = Arc<Map>;Expand description
Holds a shared logical map opened from a catalog descriptor.
The shared handle keeps the map and its database engine alive for every service that uses the catalog entry.
Aliased Typeยง
pub(crate) struct MapsVal { /* private fields */ }