syn::gen::visit

Function visit_file

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