Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs422 pub struct SnippetWorkspaceEdit { struct
424 pub changes: Option<HashMap<lsp_types::Url, Vec<lsp_types::TextEdit>>>,
426 pub document_changes: Option<Vec<SnippetDocumentChangeOperation>>,
428 pub change_annotations:
Dto_proto.rs966 ) -> Cancellable<lsp_ext::SnippetWorkspaceEdit> { in snippet_workspace_edit()