Searched defs:trait_path (Results 1 – 10 of 10) sorted by relevance
27 pub trait_path: Path, field70 let trait_path = if let Some((_, path, _)) = impl_.trait_ { in new() localVariable158 let trait_path = &self.trait_path; in trait_impl() localVariable
194 let mut trait_path = Path::from(trait_.ident); in mockable_trait() localVariable
11 fn trait_path(&self) -> Path; in trait_path() method
148 fn trait_path(&self) -> syn::Path { in trait_path() method
102 fn trait_path(&self) -> syn::Path { in trait_path() method
100 fn trait_path(&self) -> syn::Path { in trait_path() method
103 fn trait_path(&self) -> syn::Path { in trait_path() method
123 fn trait_path(&self) -> syn::Path { in trait_path() method
137 fn trait_path(&self) -> syn::Path { in trait_path() method
326 let trait_path = ast.trait_.unwrap().1; in generate_dbus_interface_client() localVariable