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