Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs441 pub struct SnippetTextDocumentEdit { struct
442 pub text_document: lsp_types::OptionalVersionedTextDocumentIdentifier,
443 pub edits: Vec<SnippetTextEdit>,
Dto_proto.rs889 ) -> Cancellable<lsp_ext::SnippetTextDocumentEdit> { in snippet_text_document_edit()