pub fn write_u64<T>(
    stream: &mut dyn Write,
    value: T
) -> Result<usize, StatusCode> where
    T: Into<u64>, 
Expand description

Writes an unsigned 64-bit value to the stream