pub fn combine_span_iter<'a, T: Iterator<Item = &'a Span>>(ms: T) -> Span
Combine all the span information in a slice.