Type Alias Envelopes

Source
pub type Envelopes = HashMap<String, Envelope>;
Expand description

Alias for an envelope hash map where the key is its identifier.

Aliased Typeยง

struct Envelopes { /* private fields */ }