pub trait DownloadConfig {
    fn pack_store(&self) -> PathBuf;
}

Required Methods

Implementors