pub(crate) fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> StringExpand description
Collapse a collection of DocFragments into one string,
handling indentation and newlines as needed.
pub(crate) fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> StringCollapse a collection of DocFragments into one string,
handling indentation and newlines as needed.