Skip to main content

GetMetadataFilenameAtIndex

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§