Home
last modified time | relevance | path

Searched defs:trait_path (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/mockall_derive/src/
Dmock_trait.rs27 pub trait_path: Path, field
70 let trait_path = if let Some((_, path, _)) = impl_.trait_ { in new() localVariable
158 let trait_path = &self.trait_path; in trait_impl() localVariable
Dmockable_struct.rs194 let mut trait_path = Path::from(trait_.ident); in mockable_trait() localVariable
/external/rust/crates/darling_core/src/codegen/
Douter_from_impl.rs11 fn trait_path(&self) -> Path; in trait_path() method
Dfrom_meta_impl.rs148 fn trait_path(&self) -> syn::Path { in trait_path() method
Dfrom_attributes_impl.rs100 fn trait_path(&self) -> syn::Path { in trait_path() method
Dfrom_field.rs103 fn trait_path(&self) -> syn::Path { in trait_path() method
Dfrom_type_param.rs100 fn trait_path(&self) -> syn::Path { in trait_path() method
Dfrom_variant_impl.rs123 fn trait_path(&self) -> syn::Path { in trait_path() method
Dfrom_derive_impl.rs137 fn trait_path(&self) -> syn::Path { in trait_path() method