pub fn join_path_idents(
path: impl IntoIterator<Item = impl Borrow<Ident>>,
) -> String
Expand description
Like join_path_syms
, but for Ident
s. This function is necessary because
Ident::to_string
does more than just print the symbol in the name
field.