Home
last modified time | relevance | path

Searched defs:trait_bound (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/codegen/
Douter_from_impl.rs15 fn trait_bound(&self) -> Path { in trait_bound() method
Dfrom_attributes_impl.rs106 fn trait_bound(&self) -> syn::Path { in trait_bound() method
Dfrom_type_param.rs104 fn trait_bound(&self) -> syn::Path { in trait_bound() method
Dfrom_field.rs107 fn trait_bound(&self) -> syn::Path { in trait_bound() method
Dfrom_variant_impl.rs127 fn trait_bound(&self) -> syn::Path { in trait_bound() method
Dfrom_derive_impl.rs141 fn trait_bound(&self) -> syn::Path { in trait_bound() method
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dgenerics.rs117 fn trait_bound(&mut self, trait_bound: &TraitBound, tilde_const: bool) { in trait_bound() method