dtoa

Trait Float

Source
pub trait Float: Sealed { }
Expand description

A floating point number that can be written into a dtoa::Buffer.

This trait is sealed and cannot be implemented for types outside of dtoa.

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.

Implementations on Foreign Types§

Source§

impl Float for f32

Source§

impl Float for f64

Implementors§