Home
last modified time | relevance | path

Searched refs:trait_path (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dtry_from_bytes.rs202 let trait_path = Trait::TryFromBytes.crate_path(ctx); in derive_is_bit_valid() localVariable
337 #variant_struct_ident #ty_generics as #trait_path in derive_is_bit_valid()
/linux/rust/zerocopy-derive/
H A Dutil.rs549 let trait_path = self.trt.crate_path(self.ctx); in build() localVariable
695 unsafe impl < #(#params),* > #trait_path for #type_ident < #(#param_idents),* > in build()