Trait arithmetic_eval::Number
source · pub trait Number: Clone + 'static { }
Expand description
Marker trait for possible literals.
This trait is somewhat of a crutch, necessary to ensure that function wrappers can accept number arguments and distinguish them from other types (booleans, vectors, tuples, etc.).
Object Safety§
This trait is not object safe.