logo
pub trait ParBlocksSizeUser: BlockSizeUser {
    type ParBlocksSize: ArrayLength<Block<Self>>;
}
Expand description

Types which can process blocks in parallel.

Required Associated Types

Number of blocks which can be processed in parallel.

Implementors