Skip to main content

Real

Trait Real 

Source
pub trait Real:
    RealField
    + Signed
    + Bounded
    + MulAdd
    + MulAddAssign
    + Zero
    + One { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> Real for T