join_path_idents

Function join_path_idents 

Source
pub fn join_path_idents(
    path: impl IntoIterator<Item = impl Borrow<Ident>>,
) -> String
Expand description

Like join_path_syms, but for Idents. This function is necessary because Ident::to_string does more than just print the symbol in the name field.