1 2 3 4 5 6 7
use super::*; impl SeriesOps for Wrap<ListChunked> { fn dtype(&self) -> &DataType { self.0.dtype() } }