Home
last modified time | relevance | path

Searched defs:for_trait (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/
D0003_where_pred_for.rs1 fn for_trait<F>() in for_trait() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/test_data/parser/ok/
D0067_where_for_pred.rs1 fn for_trait<F>() in for_trait() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dmethod_resolution.rs236 pub fn for_trait(&self, trait_: TraitId) -> impl Iterator<Item = ImplId> + '_ { in for_trait() method