fn join_paths(
name_segments: &[&str],
use_global_prefix: UseGlobalPrefix,
) -> PathExpand description
Create a path with segments composed of [Idents] without any PathArguments.
fn join_paths(
name_segments: &[&str],
use_global_prefix: UseGlobalPrefix,
) -> PathCreate a path with segments composed of [Idents] without any PathArguments.