Struct ethcore::verification::queue::Verifying [−][src]
pub struct Verifying<K: Kind> { /* fields omitted */ }
An item which is in the process of being verified.
Trait Implementations
impl<K: Kind> HeapSizeOf for Verifying<K>[src]
impl<K: Kind> HeapSizeOf for Verifying<K>fn heap_size_of_children(&self) -> usize[src]
fn heap_size_of_children(&self) -> usizeMeasure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more