Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Dsnippet.rs120 pub struct Snippet { struct
123 pub scope: SnippetScope, argument
132 impl Snippet { argument
Dconfig.rs32 pub fn postfix_snippets(&self) -> impl Iterator<Item = (&str, &Snippet)> { in postfix_snippets()
38 pub fn prefix_snippets(&self) -> impl Iterator<Item = (&str, &Snippet)> { in prefix_snippets()
Ditem.rs285 Snippet, enumerator