Trait polars::chunked_array::object::datatypes::PolarsNumericType
source · [−]pub trait PolarsNumericType: 'static + Send + Sync + PolarsDataType {
type Native: NumericNative;
}
This is supported on crate feature
object
only.