Type Definition sauron_core::vdom::Attribute[][src]

pub type Attribute<MSG> = Attribute<Namespace, AttributeName, AttributeValue<MSG>>;
Expand description

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

Trait Implementations

map the msg

transform the callback of this attribute

return the callback values of this attribute

render instance to a writable buffer with indention node_idx is for debugging purposes Read more

render the node to a writable buffer

no new_lines, no indents

render compressed html to string

render to string with nice indention