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