[][src]Type Definition sauron_core::Node

type Node<MSG> = Node<Namespace, Tag, AttributeKey, 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.

Trait Implementations

impl<MSG> Render for Node<MSG>[src]

impl<MSG> Special for Node<MSG>[src]