Trait dtoa_short::Floating [] [src]

pub trait Floating: Floating {
    fn write<W: Write>(self, dest: &mut W) -> DtoaResult;
}

Required Methods

Implementations on Foreign Types

impl Floating for f32
[src]

[src]

impl Floating for f64
[src]

[src]

Implementors