Function unsigned_varint::aio::read_u8

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

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