macro_rules! def_visitor { ($({ $convention:ident, $name:ident }),*) => { ... }; }
Define PlanVisitor trait.
PlanVisitor