ParGrowth

Trait ParGrowth 

Source
pub trait ParGrowth: Growth + JaggedIndexer { }
Expand description

A Growth that supports parallelization.

All types implementing both Growth and JaggedIndexer implement ParGrowth.

Doubling, Linear and Recursive growth strategies all support parallel growth.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§