unsigned_varint::io
pub fn read_u128<R: Read>(mut reader: R) -> Result<u128, ReadError>
Try to read and decode a u128 from the given Read type.
u128
Read