[][src]Type Definition sauron_core::Element

type Element<MSG> = Element<Namespace, Tag, AttributeKey, AttributeValue, Event, MSG>;

Element type with tag and attribute name type set to &'static str

Trait Implementations

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

impl<MSG> Special for Element<MSG>[src]