Expand description
Decode using futures_io::AsyncRead
types.
Functionsยง
- read_u8
- Try to read and decode a
u8
from the givenAsyncRead
type. - read_
u16 - Try to read and decode a
u16
from the givenAsyncRead
type. - read_
u32 - Try to read and decode a
u32
from the givenAsyncRead
type. - read_
u64 - Try to read and decode a
u64
from the givenAsyncRead
type. - read_
u128 - Try to read and decode a
u128
from the givenAsyncRead
type. - read_
usize - Try to read and decode a
usize
from the givenAsyncRead
type.