pub trait MaybeMallocSizeOf: MallocSizeOf { }Expand description
A type that implements MallocSizeOf.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T: MallocSizeOf> MaybeMallocSizeOf for T
Available on crate feature
std only.