NumericValueNullable

Trait NumericValueNullable 

Source
pub trait NumericValueNullable: Sized { }

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 NumericValueNullable for Option<f32>

Source§

impl NumericValueNullable for Option<f64>

Source§

impl NumericValueNullable for Option<i8>

Source§

impl NumericValueNullable for Option<i16>

Source§

impl NumericValueNullable for Option<i32>

Source§

impl NumericValueNullable for Option<i64>

Source§

impl NumericValueNullable for Option<u8>

Source§

impl NumericValueNullable for Option<u16>

Source§

impl NumericValueNullable for Option<u32>

Source§

impl NumericValueNullable for Option<u64>

Implementors§