(&self, _: &str, _: I)
| 147 | } |
| 148 | |
| 149 | fn struct_v<I: Iterator<Item = (String, RValue)>>(&self, _: &str, _: I) -> RValue { |
| 150 | panic!("Please pass ownership"); |
| 151 | } |
| 152 | |
| 153 | fn enumerate_v(&self, _: &str, _: &str) -> RValue { |
| 154 | panic!("Please pass ownership"); |
no test coverage detected