Trait ryu::Float

source ·
pub trait Float: Sealed { }
Expand description

A floating point number, f32 or f64, that can be written into a ryu::Buffer.

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Float for f32

source§

impl Float for f64

Implementors§