Type Alias StructuredData

Source
pub type StructuredData = HashMap<String, HashMap<String, String>>;
Expand description

RFC 5424 structured data

Aliased Typeยง

pub struct StructuredData { /* private fields */ }