pub trait ReadExt: Read { // Provided method fn read_to_new_string(&mut self) -> IoResult<String> { ... } }