pub fn format_term_annotations(terms: &[TermAnnotation<'_>]) -> StringExpand description
Format term annotations as a trailing comment: /* name: value */
If multiple terms, they are comma-separated within a single comment.
pub fn format_term_annotations(terms: &[TermAnnotation<'_>]) -> StringFormat term annotations as a trailing comment: /* name: value */
If multiple terms, they are comma-separated within a single comment.