[][src]Function syn::visit::visit_item_static

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