pub fn extract_doc_content(attrs: &Option<Many<Attribute>>) -> Option<String>Expand description
Extracts documentation content from a list of attributes
Returns the concatenated documentation strings if any doc attributes are found, otherwise returns None.