Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dlib.rs106 pub struct SsrPattern { struct
107 parsed_rules: Vec<parsing::ParsedRule>,
Dparsing.rs200 impl FromStr for SsrPattern { implementation
203 fn from_str(pattern_str: &str) -> Result<SsrPattern, SsrError> { in from_str()