[][src]Type Definition sauron::Node

type Node<MSG> = Node<&'static str, &'static str, &'static str, AttributeValue, Event, 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.