pub fn load_module(
source_path: &Path,
source: &ModuleSource,
) -> ModuleLookupOutcomeExpand description
Look up the ModuleArtifact for source_path (whose contents are
source). Mirrors load but for the .harnmod family.
pub fn load_module(
source_path: &Path,
source: &ModuleSource,
) -> ModuleLookupOutcomeLook up the ModuleArtifact for source_path (whose contents are
source). Mirrors load but for the .harnmod family.