Function fold_set_variable_to

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