Trait dtoa::Floating [] [src]

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

Required Methods

Implementors