[][src]Function syn::visit::visit_file

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