Module unsigned_varint::aio
source · Expand description
Decode using futures_io::AsyncRead types.
Functions
- Try to read and decode a
u8from the givenAsyncReadtype. - Try to read and decode a
u16from the givenAsyncReadtype. - Try to read and decode a
u32from the givenAsyncReadtype. - Try to read and decode a
u64from the givenAsyncReadtype. - Try to read and decode a
u128from the givenAsyncReadtype. - Try to read and decode a
usizefrom the givenAsyncReadtype.