Function unsigned_varint::aio::read_u64[][src]

pub async fn read_u64<R: AsyncRead + Unpin>(reader: R) -> Result<u64, ReadError>

Try to read and decode a u64 from the given AsyncRead type.