Skip to main content

extract_wits

Function extract_wits 

Source
pub async fn extract_wits(
    source: impl Iterator<Item = (&DependencyName, &ComponentDependency)>,
    app_root: impl AsRef<Path>,
) -> Result<String>