Trait ChunkedCollectParIterExt

Source
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§

Source

fn collect_ca_with_dtype<B: FromParIterWithDtype<Self::Item>>( self, name: PlSmallStr, dtype: DataType, ) -> B
where 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.

Implementors§