Trait dtoa::Floating[][src]

pub trait Floating {
    fn write<W: Write>(self, wr: W) -> Result<usize>;
}
Expand description

An floating point number that can be formatted by dtoa::write.

Required methods

Implementations on Foreign Types

Implementors