1
2
3
4
5
6
7
use super::*;

impl SeriesOpsTime for Wrap<ListChunked> {
    fn ops_time_dtype(&self) -> &DataType {
        self.0.dtype()
    }
}