pub trait InspectRead { // Provided method fn inspect_read(&mut self, _value: Result<&[u8], &Error>) { ... } }