Trait polars_core::chunked_array::ops::TakeIteratorNulls [−][src]
pub trait TakeIteratorNulls: Iterator<Item = Option<usize>> {
fn check_bounds(&self, bound: usize) -> Result<()>;
}
pub trait TakeIteratorNulls: Iterator<Item = Option<usize>> {
fn check_bounds(&self, bound: usize) -> Result<()>;
}