Function fold_alter_cluster_action

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