Expand description
Decode using std::io::Read types.
Enums§
- Read
Error - Possible read errors.
Functions§
- read_u8
- Try to read and decode a
u8from the givenReadtype. - read_
u16 - Try to read and decode a
u16from the givenReadtype. - read_
u32 - Try to read and decode a
u32from the givenReadtype. - read_
u64 - Try to read and decode a
u64from the givenReadtype. - read_
u128 - Try to read and decode a
u128from the givenReadtype. - read_
usize - Try to read and decode a
usizefrom the givenReadtype.