Type Definition html5ever_arena_dom::Arena

source ·
pub type Arena<'arena> = &'arena Arena<Node<'arena>>;
Expand description

Allocator for nodes in the HTML to render.