pub type Envelopes = HashMap<String, Envelope>;
Alias for an envelope hash map where the key is its identifier.
struct Envelopes { /* private fields */ }