Type Alias hedwig::Headers

source ·
pub type Headers = BTreeMap<String, String>;
Expand description

Custom headers associated with a message.

Aliased Type§

struct Headers { /* private fields */ }