pub trait Float: SealedFloat { }Expand description
Public trait bound for floating-point types used throughout score-set.
Blanket-implemented for f32 and f64. Sealed so downstream cannot add new impls.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".