pub type ObjectChunked<T> = ChunkedArray<ObjectType<T>>;Aliased Type§
pub struct ObjectChunked<T> { /* private fields */ }Trait Implementations§
Source§impl<'py> ApplyLambdaGeneric<'py> for ObjectChunked<ObjectValue>
Available on crate feature object only.
impl<'py> ApplyLambdaGeneric<'py> for ObjectChunked<ObjectValue>
Available on crate feature
object only.