Trait GetErrorFilenameAtIndex

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

Required Methods§

Source

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

Implementors§