Type Alias Attribute

Source
pub type Attribute<MSG> = Attribute<Event, MSG>;

Aliased Type§

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

Fields§

§name: &'static str§value: AttribValue<Event, MSG>