Trait orx_parallel::ParCollectInto
source · pub trait ParCollectInto<O: Send + Sync>: ParCollectIntoCore<O> { }
Expand description
Object Safety§
This trait is not object safe.
pub trait ParCollectInto<O: Send + Sync>: ParCollectIntoCore<O> { }