syn::visit

Function visit_item_static

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