pub type Metadata = Vec<(String, String)>;
A type alias for list<tuple<string, string>> to represent metadata attached to a message
struct Metadata { /* private fields */ }