pub fn canonicalize_node_to_bytes(
node: &Node<'_>,
opts: &CanonicalizeOptions,
) -> Vec<u8> ⓘExpand description
Canonicalize a single arena node and its descendants into an
in-memory Vec. The node is treated as the canonicalization
root — no inherited namespace context from ancestors is included.