pub fn visit_item_struct<'ast, V: ?Sized + Visit<'ast>>(
    v: &mut V,
    strukt: &'ast ItemStruct
)
Available on crate feature visit only.