Function rustc_metadata::walk_native_lib_search_dirs

source ยท
pub fn walk_native_lib_search_dirs<R>(
    sess: &Session,
    self_contained_components: LinkSelfContainedComponents,
    apple_sdk_root: Option<&Path>,
    f: impl FnMut(&Path, bool) -> ControlFlow<R>,
) -> ControlFlow<R>