/// Trait for calculating heap-allocated memory usage.
///
/// Returns only the heap bytes owned by the data structure (Vec backing
/// buffers, etc.), not the stack size of the struct itself. Used by the
/// space benchmarks (`bench ds --metrics space` / `bench run --metrics
/// space`) routed through `kermit::measurement::SpaceMeasurement`.