Trait graphannis_malloc_size_of::MallocUnconditionalShallowSizeOf[][src]

pub trait MallocUnconditionalShallowSizeOf {
    fn unconditional_shallow_size_of(&self, ops: &mut MallocSizeOfOps) -> usize;
}

MallocUnconditionalSizeOf combined with MallocShallowSizeOf.

Required Methods

unconditional_size_of combined with shallow_size_of.

Implementors