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