Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs1768 struct SnippetDef { struct
1770 prefix: Vec<String>,
1772 postfix: Vec<String>,
1773 description: Option<String>,
1775 body: Vec<String>,
1777 requires: Vec<String>,
1778 scope: SnippetScopeDef,