Skip to main content

Tree

Type Alias Tree 

Source
pub type Tree<'a, const MAX_NODES: usize = 0> = InlineVec<Node<'a>, N>;
Expand description

A list of HTML nodes

Aliased Typeยง

pub struct Tree<'a, const MAX_NODES: usize = 0>(/* private fields */);