Skip to main content

fold_set_variable_value

Function fold_set_variable_value 

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