Trait dtoa::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.

Implementations on Foreign Types§

Implementors§