unsigned_varint::aio
pub async fn read_u64<R: AsyncRead + Unpin>(__arg0: R) -> Result<u64, ReadError>
Try to read and decode a u64 from the given AsyncRead type.
u64
AsyncRead