Trait dragonbox::Float

source ·
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.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Float for f64

Implementors§