Trait sc_service::MallocSizeOfWasm
source · [−]pub trait MallocSizeOfWasm: MallocSizeOf { }
Expand description
A type that implements MallocSizeOf
on native but not wasm.
pub trait MallocSizeOfWasm: MallocSizeOf { }
A type that implements MallocSizeOf
on native but not wasm.