pub fn join_spans<T: Spanned, I: IntoIterator<Item = T>>(items: I) -> Span
Expand description
Joins the spans of each item in the given iterator.
pub fn join_spans<T: Spanned, I: IntoIterator<Item = T>>(items: I) -> Span
Joins the spans of each item in the given iterator.