pub type PendingBlockReceipts<N> = Arc<Vec<<N as NodePrimitives>::Receipt>>;
Expand description
A type alias for an Arc
wrapped vector of [NodePrimitives::Receipt
].
Aliased Type§
pub struct PendingBlockReceipts<N> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.