[][src]Trait sc_service::MallocSizeOfWasm

pub trait MallocSizeOfWasm: MallocSizeOf { }

A type that implements MallocSizeOf on native but not wasm.

Implementors

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

Loading content...