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