Type Alias Metadata

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

Optional metadata to attach to an Envelope to provide additional context to the Message carried out.

Aliased Typeยง

struct Metadata { /* private fields */ }