pub type ConcurrentReportsIndex = Vec<H256>;

Aliased Type§

struct ConcurrentReportsIndex {
    buf: RawVec<H256>,
    len: usize,
}

Fields§

§buf: RawVec<H256>§len: usize