Trait Floating
dtoa
pub trait Floating { fn write<W: Write>(self, _: W) -> Result<usize>; }
An floating point number that can be formatted by dtoa::write.
dtoa::write
fn write<W: Write>(self, _: W) -> Result<usize>
impl Floating for f32
fn write<W: Write>(self, wr: W) -> Result<usize>
impl Floating for f64