Function cargo::util::toml::targets::to_example_targets

source ยท
fn to_example_targets(
    targets: &[TomlExampleTarget],
    package_root: &Path,
    edition: Edition
) -> CargoResult<Vec<Target>>