Trait GetOutputFilenameAtIndex

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

Required Methods§

Source

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

Implementors§