pub trait ArrowNumericType: ArrowPrimitiveType { }
Expand description

A subtype of primitive type that represents numeric values.

Object Safety§

This trait is not object safe.

Implementors§