Trait heapsize::HeapSizeOf
source · [−]pub trait HeapSizeOf {
fn heap_size_of_children(&self) -> usize;
}
Required methods
fn heap_size_of_children(&self) -> usize
fn heap_size_of_children(&self) -> usize
Measure the size of any heap-allocated structures that hang off this value, but not the
space taken up by the value itself (i.e. what size_of::