Type Alias eventually::message::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 */ }