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