estimate_node_size

Function estimate_node_size 

Source
pub fn estimate_node_size(node: &Node) -> usize
Expand description

Estimates the memory usage of a Node in bytes

This is a rough estimate that includes the node itself and its immediate contents