pub trait PolarsDataType: Send + Sync {
    fn get_dtype() -> DataType;
}
This is supported on crate feature object only.

Required methods

Implementors