Searched refs:struct_ (Results 1 – 1 of 1) sorted by relevance
181 let struct_: ItemStruct = parse(item).expect("can only be applied to struct definitions"); in part_out() localVariable182 let struct_ident = struct_.ident.clone(); in part_out()183 let fields = match struct_.fields.clone() { in part_out()195 #struct_ in part_out()