pub type Attribute<MSG> = Attribute<Event, MSG>;
pub struct Attribute<MSG> { pub name: &'static str, pub value: AttribValue<Event, MSG>, }
name: &'static str
value: AttribValue<Event, MSG>