Trait NumberType

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so 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§