Trait GetTextStoragePath

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

Required Methods§

Source

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

Implementors§