Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/
H A Dutil.rs555 fn bound_tt(ty: &Type, traits: impl Iterator<Item = Trait>, ctx: &Ctx) -> WherePredicate { in build() function
563 bound_tt(ty, normalize_bounds(&self.trt, traits), self.ctx) in build()
568 vec![bound_tt(last.2, normalize_bounds(&self.trt, traits), self.ctx)] in build()
617 Some(bound_tt(&parse_quote!(Self), traits.iter().cloned(), self.ctx)) in build()