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]

Measure 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