Type Definition svgbob::Node[]

pub type Node<MSG> = Node<&'static str, &'static str, &'static str, AttributeValue<MSG>>;
Expand description

A simplified version of saurdon_vdom node, where we supplied the type for the tag which is a &’static str. The missing type is now only MSG which will be supplied by the users App code.