Function dispatch_path

Source
pub fn dispatch_path<'s, T: DiffVisitor<'s>>(
    root: &'s HttpSchemaDiff,
    pointer: &PathPointer,
    path: &'s str,
    path_diff_result: &'s DiffResult<PathDiff>,
    visitor: &T,
)