Trait omf::data::traits::NumberType

source ·
pub trait NumberType:
    PqArrayType
    + Copy
    + PartialOrd
    + Default
    + 'static { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NumberType for f32

source§

impl NumberType for f64

source§

impl NumberType for i64

source§

impl NumberType for DateTime<Utc>

source§

impl NumberType for NaiveDate

Implementors§