Specify the number of files in the stream
(mut self, num_files: usize)
| 252 | |
| 253 | /// Specify the number of files in the stream |
| 254 | pub fn with_num_files(mut self, num_files: usize) -> Self { |
| 255 | self.num_files = num_files; |
| 256 | self |
| 257 | } |
| 258 | |
| 259 | /// Specify the limit |
| 260 | pub fn with_limit(mut self, limit: Option<usize>) -> Self { |
no outgoing calls
no test coverage detected