syn_solidity::spanned

Function join_spans

Source
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.