Type Definition tl::Tree[][src]

pub type Tree<'a> = Vec<Node<'a>>;
Expand description

A list of HTML nodes