Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs1560 pub trait ToDef: AstNode + Clone { trait
1568 impl ToDef for $ast { impl