Type Alias rocket::mtls::oid::LoadedMap

source ·
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§

struct LoadedMap { /* private fields */ }