Specify the limit
(mut self, limit: Option<usize>)
| 258 | |
| 259 | /// Specify the limit |
| 260 | pub fn with_limit(mut self, limit: Option<usize>) -> Self { |
| 261 | self.limit = limit; |
| 262 | self |
| 263 | } |
| 264 | |
| 265 | /// Specify the index of files in the stream which should |
| 266 | /// throw an error when opening |
no outgoing calls