Searched defs:rust_fn_call (Results 1 – 1 of 1) sorted by relevance
97 rust_fn_call: TokenStream, field107 let rust_fn_call = quote! { #ident(#call_params) }; in new_for_function() localVariable162 let rust_fn_call = quote! { uniffi_args.0.#ident(#call_params) }; in new_for_method() localVariable186 let rust_fn_call = quote! { #self_ident::#ident(#call_params) }; in new_for_constructor() localVariable