Skip to main content

AnyFloat

Trait AnyFloat 

Source
pub trait AnyFloat:
    Number
    + NumberMut
    + NumberFloating
    + NumberSigned
    + FloatExt { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<'a> AnyFloat for f32

Source§

impl<'a> AnyFloat for f64

Implementors§