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