Skip to main content

MaybeMallocSizeOf

Trait MaybeMallocSizeOf 

Source
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§

Source§

impl<T: MallocSizeOf> MaybeMallocSizeOf for T

Available on crate feature std only.