``` impl reader_util for reader { ... } ``` should be ``` impl<T: reader> reader_util for T { ... } ```