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