Type Definition tl::Tree[][src]

type Tree<'a> = Vec<Rc<Node<'a>>>;

A list of shared HTML nodes