pub fn write_f32<W>(writer: W, value: f32) -> Result<usize, Error>
where W: WriteBytesExt,
Expand description

Writes an Kind::Float atom with the given value.