Function dispatch_schema

Source
pub fn dispatch_schema<'s, T: DiffVisitor<'s>>(
    root: &'s HttpSchemaDiff,
    pointer: &PathPointer,
    may_be_schema_diff_result: &'s DiffResult<MayBeRefDiff<SchemaDiff>>,
    visitor: &T,
    depth: usize,
)