Function dispatch_paths

Source
pub fn dispatch_paths<'s, T>(
    root: &'s HttpSchemaDiff,
    pointer: &PathPointer,
    paths_diff_result: &'s DiffResult<MapDiff<MayBeRefDiff<PathDiff>, PathsMapPathResolver>>,
    visitor: &T,
)
where T: DiffVisitor<'s>,