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