Trait dtoa_short::Floating [] [src]

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

Required Methods

Implementors