charon_lib::ast::meta_utils

Function combine_span_iter

source
pub fn combine_span_iter<'a, T: Iterator<Item = &'a Span>>(ms: T) -> Span
Expand description

Combine all the span information in a slice.