read_u64

Function read_u64 

Source
pub async fn read_u64<R: AsyncReadExt + Unpin>(r: &mut R) -> Result<u64>
Expand description

Read a u64 from the stream (little endian).