pub trait DataTypeWrapper<T> {
    // Required method
    fn data_type(&self) -> &DataType;
}

Required Methods§

Implementors§