Function heap_size

Source
pub fn heap_size<T: GetSize>(value: &T) -> usize
Expand description

Determines how many bytes the object occupies inside the heap.