pub fn write_f64<T, W: Write + ?Sized>( stream: &mut W, value: T, ) -> EncodingResult<()>where T: Into<f64>,
Writes a 64-bit precision value to the stream