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

impl SeriesOps for Wrap<StructChunked> {
    fn dtype(&self) -> &DataType {
        self.0.dtype()
    }
}