Trait GetMetadataFilenameAtIndex

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

Required Methods§

Source

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

Implementors§