Trait arrow::datatypes::ArrowNumericType

pub trait ArrowNumericType: ArrowPrimitiveType { }
Expand description

A subtype of primitive type that represents numeric values.

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> ArrowNumericType for T