pub trait ChunkedCollectParIterExt: ParallelIterator {
// Provided method
fn collect_ca_with_dtype<B: FromParIterWithDtype<Self::Item>>(
self,
name: PlSmallStr,
dtype: DataType,
) -> B
where Self: Sized { ... }
}
Provided Methods§
fn collect_ca_with_dtype<B: FromParIterWithDtype<Self::Item>>(
self,
name: PlSmallStr,
dtype: DataType,
) -> Bwhere
Self: Sized,
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.