pub trait PolarsNumericType: 'static + Send + Sync + PolarsDataType {
    type Native: NumericNative;
}

Associated Types

Implementors