Function dispatch_operation

Source
pub fn dispatch_operation<'s, T: DiffVisitor<'s>>(
    root: &'s HttpSchemaDiff,
    pointer: &PathPointer,
    method: &'s str,
    operation_diff_result: &'s DiffResult<OperationDiff>,
    visitor: &T,
)