Function dispatch_visitor

Source
pub fn dispatch_visitor<'s, T: DiffVisitor<'s>>(
    root: &'s HttpSchemaDiff,
    visitor: &T,
)