pub trait PolarsNumericType: 'static + Send + Sync + PolarsDataType {
    type Native: NumericNative;
}
This is supported on crate feature object only.

Associated Types

Implementors