Function cargo::util::workspace::get_available_targets
source ยท fn get_available_targets<'a>(
filter_fn: fn(_: &Target) -> bool,
ws: &'a Workspace<'_>,
options: &'a CompileOptions,
) -> CargoResult<Vec<&'a str>>