Skip to main content

GetInputFilenameAtIndex

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§