[][src]Type Definition svgbob::Node

type Node<MSG> = Node<&'static str, &'static str, (), MSG>;

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.