pub type StructuredData = Vec<(String, Vec<(String, String)>)>;
RFC 5424 structured data
struct StructuredData { /* private fields */ }