pub trait ReadExt: Read { // Provided method fn read_retry(&mut self, buffer: &mut [u8]) -> Result<usize> { ... } }