Function link_against_dependency

Source
pub async fn link_against_dependency(
    prefix: Prefix,
    type: LibraryType,
    lib_names: impl Iterator<Item = &str>,
) -> Result<()>