pub type Headers = BTreeMap<String, String>;
Custom headers associated with a message.
pub struct Headers { /* private fields */ }