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