☰
MaybeMallocSizeOf
Implementors
In polkadot_service::runtime_traits
?
Trait
polkadot_service
::
runtime_traits
::
MaybeMallocSizeOf
source
·
[
−
]
pub trait MaybeMallocSizeOf:
MallocSizeOf
{ }
Expand description
A type that implements MallocSizeOf.
Implementors
§
source
§
impl<T>
MaybeMallocSizeOf
for T
where
T:
MallocSizeOf
,