Skip to main content

write_f64

Function write_f64 

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

Writes a 64-bit precision value to the stream