pub fn combined_type_string(types: &[Type], join_word: &str) -> Option<String>
Get a string nicely combining multiple types
Helpful for listing types in errors