Trait dtoa::Floating[][src]

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

Required Methods

Implementations on Foreign Types

impl Floating for f32
[src]

impl Floating for f64
[src]

Implementors