[][src]Trait dtoa_short::Floating

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

Required methods

pub fn write<W: Write>(self, dest: &mut W) -> DtoaResult[src]

Loading content...

Implementations on Foreign Types

impl Floating for f32[src]

impl Floating for f64[src]

Loading content...

Implementors

Loading content...