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