Home
last modified time | relevance | path

Searched refs:impl_trait (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bindgen/src/codegen/
Dmod.rs4061 let impl_trait = quote! { in codegen() localVariable
4064 result.push(impl_trait); in codegen()
4083 let impl_trait = if parent.is_template() { in codegen() localVariable
4098 result.push(impl_trait); in codegen()
4106 let impl_trait = quote! { in codegen() localVariable
4109 result.push(impl_trait); in codegen()
/external/rust/cxx/macro/src/
Dexpand.rs1058 let impl_trait = quote_spanned!(result.span=> impl); in expand_rust_function_shim_super() localVariable
1060 quote!(-> ::std::result::Result<#ok, #impl_trait #display>) in expand_rust_function_shim_super()