[][src]Module unsigned_varint::aio

Decode using futures_io::AsyncRead types.

Functions

read_u8

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

read_u16

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

read_u32

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

read_u64

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

read_u128

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

read_usize

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