(path: PathBuf, options: QsyncOptions)
| 477 | impl QsyncInput { |
| 478 | #[must_use] |
| 479 | pub const fn new(path: PathBuf, options: QsyncOptions) -> Self { |
| 480 | Self { path, options } |
| 481 | } |
| 482 | } |
| 483 | |
| 484 | // #[derive(Clone)] |
nothing calls this directly
no outgoing calls
no test coverage detected