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