| 201 | /// Test identifier for one `FileStream` partition. |
| 202 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 203 | struct PartitionId(usize); |
| 204 | |
| 205 | /// Test `FileOpener` which will simulate errors during file opening or scanning |
| 206 | #[derive(Default)] |
no outgoing calls
searching dependent graphs…