pub fn data_size_detailed<T>(value: &T) -> MemUsageNodewhere T: DataSize + ?Sized,
Estimates allocated heap data from data of value.