Specify the index of files in the stream which should throw an error when opening
(mut self, idx: Vec<usize>)
| 265 | /// Specify the index of files in the stream which should |
| 266 | /// throw an error when opening |
| 267 | pub fn with_open_errors(mut self, idx: Vec<usize>) -> Self { |
| 268 | self.opener.error_opening_idx = idx; |
| 269 | self |
| 270 | } |
| 271 | |
| 272 | /// Specify the index of files in the stream which should |
| 273 | /// throw an error when scanning |
no outgoing calls
no test coverage detected