Home
last modified time | relevance | path

Searched defs:type_path (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/der_derive/src/
Dasn1_type.rs72 let type_path = self.type_path(); in encoder() localVariable
87 pub fn type_path(self) -> TokenStream { in type_path() method
/external/rust/crates/uniffi_macros/src/export/
Ditem.rs71 let type_path = type_as_type_path(&item.self_ty)?; in from_impl() localVariable
/external/rust/crates/der_derive/src/sequence/
Dfield.rs246 pub fn type_path(ident: Ident) -> Type { in type_path() function
/external/rust/crates/prettyplease/src/
Dty.rs105 fn type_path(&mut self, ty: &TypePath) { in type_path() method
/external/rust/crates/serde_derive/src/
Dde.rs470 let type_path = match variant_ident { in deserialize_tuple() localVariable
928 let type_path = match variant_ident { in deserialize_struct() localVariable