pub type LoadedMap = BTreeMap<String, Vec<LoadedEntry>>;Available on crate feature
mtls only.Expand description
Temporary structure, created when reading a file containing OID declarations
Aliased Typeยง
pub struct LoadedMap { /* private fields */ }