Trait narrow::Primitive[][src]

pub trait Primitive: AddAssign + Copy + Default + Sealed { }
Expand description

Subtrait for primitive types.

This exists to use as trait bound where one or more of the supertraits of this trait are required, and to restrict certain implementations to Arrow primitive types.

This trait is sealed to prevent downstream implementations.

Implementations on Foreign Types

Implementors