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