pub type Envelopes = HashMap<String, Envelope>;
Expand description
Alias for an envelope hash map where the key is its identifier.
Aliased Type§
struct Envelopes {
base: HashMap<String, Envelope, RandomState>,
}
Fields§
§base: HashMap<String, Envelope, RandomState>