[][src]Function syn::visit::visit_item_struct

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