pub fn write_f64<T>(
    stream: &mut dyn Write,
    value: T
) -> Result<usize, StatusCode> where
    T: Into<f64>, 
Expand description

Writes a 64-bit precision value to the stream