pub trait Float: Sealed { }
Expand description
A floating point number, f32
or f64
, that can be written into a
ryu_js::Buffer
.
This trait is sealed and cannot be implemented for types outside of the
ryu-js
crate.
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.