pub trait GetInputFilenameAtIndex {
// Required method
fn input_filename(&self, batch_idx: &BatchIndex) -> PathBuf;
}
Required Methods§
fn input_filename(&self, batch_idx: &BatchIndex) -> PathBuf
Implementors§
impl GetInputFilenameAtIndex for BadWorkspace
Provide minimal stubs. We remove “workspace_dir()” usage entirely.