Searched defs:trait_bound (Results 1 – 4 of 4) sorted by relevance
167 pub fn trait_bound<T >() {} in trait_bound() function172 pub fn trait_bound<T: Eq>() {} in trait_bound() function
523 let trait_bound = in associated_ty_data_query() localVariable849 let trait_bound = rust_ir::TraitBound { trait_id: trait_ref.trait_id, args_no_self }; in generic_predicate_to_inline_bound() localVariable
278 fn trait_bound<'a, T: WithLifetime<'a>>(_: &'a u8, _: T) { in trait_bound() function
134 pub fn trait_bound(&self, path: ast::Path, is_const: bool) -> ast::GenericBound { in trait_bound() method