Function unsigned_varint::aio::read_u32 [−][src]
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.
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.