Trait graphannis_core::types::NumValue

source ·
pub trait NumValue: Send + Sync + Ord + Num + AddAssign + Clone + Bounded + FromPrimitive + ToPrimitive { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NumValue for u8

source§

impl NumValue for u16

source§

impl NumValue for u32

source§

impl NumValue for u64

Implementors§