Trait arrow::datatypes::ArrowSignedNumericType[][src]

pub trait ArrowSignedNumericType: ArrowNumericType where
    Self::Native: Neg<Output = Self::Native>, 
{ }

Implementors