pub trait GetInputFilenameAtIndex {
// Required method
fn input_filename(&self, batch_idx: &BatchIndex) -> PathBuf;
}
pub trait GetInputFilenameAtIndex {
// Required method
fn input_filename(&self, batch_idx: &BatchIndex) -> PathBuf;
}