Searched defs:Snippet (Results 1 – 3 of 3) sorted by relevance
120 pub struct Snippet { struct123 pub scope: SnippetScope, argument132 impl Snippet { argument
32 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()
285 Snippet, enumerator