Trait sc_service::MallocSizeOfWasm[][src]

pub trait MallocSizeOfWasm: MallocSizeOf { }
Expand description

A type that implements MallocSizeOf on native but not wasm.

Implementors