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

Writes a 32-bit precision value to the stream