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

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

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

Trait Implementations

map_callback the return of the callback from MSG to MSG2

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

get the first attribute value with this attribute name

return the value of “key” attribute

return the boolean value of the “focus” attribute of this node