Tree

Type Alias Tree 

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

A list of HTML nodes

Aliased Typeยง

pub struct Tree<'a> { /* private fields */ }