pub fn resolve_spans<'a: 'b, 'b>( source: &'a str, target: &'a str, changes: &'b [Change], ) -> impl Iterator<Item = &'a str> + 'b
Resolve the spans from Changes and the corresponding schemas.