Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dproc_macro.rs9 pub struct ProcMacroExpander { struct
15 impl ProcMacroExpander { impl
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dinput.rs251 pub trait ProcMacroExpander: fmt::Debug + Send + Sync + RefUnwindSafe { interface