Skip to main content

FloatToFloat

Trait FloatToFloat 

Source
pub trait FloatToFloat<Flt>: Sized { }
This trait cannot be implemented outside core.
🔬This is a nightly-only experimental API. (float_conversions)
Available on crate features crypto and std only.
Expand description

Supporting trait for the inherent cast method converting between float types. Typically doesn’t need to be used directly.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§