Home
last modified time | relevance | path

Searched defs:ImplTraitType (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs301 pub fn impl_trait_type(bounds: ast::TypeBoundList) -> ast::ImplTraitType { in impl_trait_type()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs1248 pub struct ImplTraitType { struct
1251 impl ImplTraitType { argument
1529 ImplTraitType(ImplTraitType), enumerator
2904 impl AstNode for ImplTraitType { implementation
4808 impl std::fmt::Display for ImplTraitType { implementation