pub fn visit_named_plan<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast NamedPlan, )where V: Visit<'ast, T> + ?Sized,