Skip to main content

fold_cluster_alter_option

Function fold_cluster_alter_option 

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