Trait Num

Source
pub trait Num:
    NumT
    + NumOps
    + NumAssignOps
    + NumAssignRef
    + Copy
    + Default
    + PartialOrd
    + PartialEq { }
Expand description

Default number trait used for objects and shapes.

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.

Implementors§