pub trait PolarsDataType: Send + Sync {
    fn get_dtype() -> DataType;
}

Required methods

Implementors