Trait GetInputFilenameAtIndex

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

Required Methods§

Source

fn input_filename(&self, batch_idx: &BatchIndex) -> PathBuf

Implementors§