Skip to main content

write_f32

Function write_f32 

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

Writes a 32-bit precision value to the stream