Trait ftoa::Floating [] [src]

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

Required Methods

Implementors