FixedOptionalNightlyFloat

Trait FixedOptionalNightlyFloat 

Source
pub trait FixedOptionalNightlyFloat: Sealed { }
Expand description

This trait is used to provide supertraits to the Fixed trait depending on the crate’s optional features, and should not be used directly.

If the nightly-float feature is enabled, PartialOrd<f16> and PartialOrd<f128> are supertraits of Fixed.

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§