Searched refs:struct_implementation (Results 1 – 1 of 1) sorted by relevance
28 struct_implementation: Vec<proc_macro2::TokenStream>, field79 let struct_implementation = &self.struct_implementation; in get_tokens() localVariable110 #( #struct_implementation )* in get_tokens()155 self.struct_implementation.push(quote! { in push()