If (reading this) then valid = true;
(for all values of reading)
@craigmaloney the rust version:
```fn valid<T: Reader>(_: T) -> bool { true}```