Skip to main content

fold_if_exists_behavior

Function fold_if_exists_behavior 

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