Type Alias oid_registry::LoadedMap
source · pub type LoadedMap = BTreeMap<String, Vec<LoadedEntry>>;
Expand description
Temporary structure, created when reading a file containing OID declarations
Aliased Type§
struct LoadedMap { /* private fields */ }