write_u64

Function write_u64 

Source
pub async fn write_u64<W: AsyncWriteExt + Unpin>(
    w: &mut W,
    v: u64,
) -> Result<()>
Expand description

Write a u64 from the stream (little endian).