[][src]Type Definition sauron_core::Attribute

type Attribute<MSG> = Attribute<Namespace, AttributeKey, AttributeValue, Event, MSG>;

Attribute type used in sauron where the type of the Attribute name is &'static str

Trait Implementations

impl<MSG> Render for Attribute<MSG>[src]