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