Trait dragonbox::Float[][src]

pub trait Float: Sealed { }
Expand description

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

This trait is sealed and cannot be implemented for types outside of the dragonbox crate.

Implementations on Foreign Types

Implementors