Trait sc_service::MallocSizeOfWasm[][src]

pub trait MallocSizeOfWasm: MallocSizeOf { }

A type that implements MallocSizeOf on native but not wasm.

Implementors

impl<T: MallocSizeOf> MallocSizeOfWasm for T[src]

Loading content...