Function unsigned_varint::aio::read_u32

source ·
pub async fn read_u32<R: AsyncRead + Unpin>(reader: R) -> Result<u32, ReadError>
Expand description

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