Module unsigned_varint::io [−][src]
Decode using std::io::Read
types.
Enums
ReadError | Possible read errors. |
Functions
read_u8 | Try to read and decode a
|
read_u16 | Try to read and decode a
|
read_u32 | Try to read and decode a
|
read_u64 | Try to read and decode a
|
read_u128 | Try to read and decode a
|
read_usize | Try to read and decode a
|