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

Types which process blocks in parallel.

Associated Types

Number of blocks which can be processed in parallel.

Implementors