Skip to main content

write_f64

Function write_f64 

Source
pub fn write_f64<T, W>(stream: &mut W, value: T) -> Result<(), Error>
where W: Write + ?Sized, T: Into<f64>,
Expand description

Writes a 64-bit precision value to the stream