use std::rc::Rc; #[inline] pub fn fqn_parts_to_string(parts: &[Rc]) -> Rc { parts.join("::").into() }