Trait dtoa_short::Floating

source ·
pub trait Floating: Float {
    // Required method
    fn write<W: Write>(self, dest: &mut W) -> DtoaResult;
}

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl Floating for f32

source§

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

source§

impl Floating for f64

source§

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

Implementors§