Expand description
Decode using std::io::Read
types.
Enums§
- Read
Error - Possible read errors.
Functions§
- read_u8
- Try to read and decode a
u8
from the givenRead
type. - read_
u16 - Try to read and decode a
u16
from the givenRead
type. - read_
u32 - Try to read and decode a
u32
from the givenRead
type. - read_
u64 - Try to read and decode a
u64
from the givenRead
type. - read_
u128 - Try to read and decode a
u128
from the givenRead
type. - read_
usize - Try to read and decode a
usize
from the givenRead
type.