Module unsigned_varint::aio
source · Expand description
Decode using futures_io::AsyncRead
types.
Functions
- Try to read and decode a
u8
from the givenAsyncRead
type. - Try to read and decode a
u16
from the givenAsyncRead
type. - Try to read and decode a
u32
from the givenAsyncRead
type. - Try to read and decode a
u64
from the givenAsyncRead
type. - Try to read and decode a
u128
from the givenAsyncRead
type. - Try to read and decode a
usize
from the givenAsyncRead
type.