HelperMethods

Trait HelperMethods 

Source
pub trait HelperMethods {
    // Required methods
    fn build_repo_map(&self) -> HashMap<&str, &Repository>;
    fn build_artifacts_map(&self) -> HashMap<&str, &Artifact>;
}

Required Methods§

Implementors§