Skip to main content

Envelopes

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ยง

pub struct Envelopes { /* private fields */ }