pub fn set_spans<T: Spanned, I: IntoIterator<Item = T>>(items: I, span: Span)
Expand description
Sets the span of each item in the given iterator.
pub fn set_spans<T: Spanned, I: IntoIterator<Item = T>>(items: I, span: Span)
Sets the span of each item in the given iterator.