Skip to main content

resolve_spans

Function resolve_spans 

Source
pub fn resolve_spans<'a: 'b, 'b>(
    source: &'a str,
    target: &'a str,
    changes: &'b [Change],
) -> impl Iterator<Item = &'a str> + 'b
Expand description

Resolve the spans from Changes and the corresponding schemas.