pub trait MallocSizeOfWasm: MallocSizeOf { }
Expand description

A type that implements MallocSizeOf on native but not wasm.

Implementors