syn::fold

Function fold_precise_capture

Source
pub fn fold_precise_capture<F>(
    f: &mut F,
    node: PreciseCapture,
) -> PreciseCapture
where F: Fold + ?Sized,
Available on crate features fold and full only.