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