Trait polars::datatypes::PolarsNumericType[][src]

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

Associated Types

Implementors