pub trait ParBlocksSizeUser: BlockSizeUser {
    type ParBlocksSize: ArraySize;
}
Expand description

Types which can process blocks in parallel.

Required Associated Types§

source

type ParBlocksSize: ArraySize

Number of blocks which can be processed in parallel.

Object Safety§

This trait is not object safe.

Implementors§