syn::gen::visit

Function visit_block

source
pub fn visit_block<'ast, V>(v: &mut V, node: &'ast Block)
where V: Visit<'ast> + ?Sized,