pub fn span_of_fragments_with_expansion(
fragments: &[DocFragment],
) -> Option<(Span, bool)>
Expand description
Returns a tuple containing a span encompassing all the document fragments and a boolean that is
true
if any of the fragments are from a macro expansion.