Skip to main content

write_f32

Function write_f32 

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

Writes a 32-bit precision value to the stream