Skip to main content

MaybeMallocSizeOf

Trait MaybeMallocSizeOf 

Source
pub trait MaybeMallocSizeOf: MallocSizeOf { }
Expand description

A type that implements MallocSizeOf.

Implementors§

Source§

impl<T: MallocSizeOf> MaybeMallocSizeOf for T

Available on crate feature std only.