Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/hir/
Dmod.rs184 pub enum HirKind { enum
219 pub fn kind(&self) -> &HirKind { in kind()
225 pub fn into_kind(mut self) -> HirKind { in into_kind()
697 impl HirKind { implementation