Home
last modified time | relevance | path

Searched defs: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
4083 let impl_trait = if parent.is_template() { in codegen() localVariable
4106 let impl_trait = quote! { in codegen() localVariable
/external/rust/cxx/macro/src/
Dexpand.rs1058 let impl_trait = quote_spanned!(result.span=> impl); in expand_rust_function_shim_super() localVariable