Function syn::fold::fold_block

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