[][src]Trait dtoa::Floating

pub trait Floating {
    pub fn write<W: Write>(self, _: W) -> Result<usize>;
}

An floating point number that can be formatted by dtoa::write.

Required methods

pub fn write<W: Write>(self, _: W) -> Result<usize>[src]

Loading content...

Implementations on Foreign Types

impl Floating for f32[src]

impl Floating for f64[src]

Loading content...

Implementors

Loading content...