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