Function fold_pattern_match_as

Source
pub fn fold_pattern_match_as<U, F>(
    folder: &mut F,
    node: PatternMatchAs<U>,
) -> Result<PatternMatchAs<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>
where F: Fold<U> + ?Sized,