pub fn fold_set_variable_to<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: SetVariableTo, ) -> SetVariableTowhere F: Fold<T, T2> + ?Sized,