syn::visit

Function visit_item_struct

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