pub type Tree<'a, const MAX_NODES: usize = 0> = InlineVec<Node<'a>, N>;
A list of HTML nodes
pub struct Tree<'a, const MAX_NODES: usize = 0>(/* private fields */);