Skip to main content

Mountain/RPC/CocoonService/
Workspace.rs

1#![allow(non_snake_case)]
2
3//! Workspace-domain handlers for `CocoonService`. Five entry points cover
4//! document open/save, edit application, configuration changes, and
5//! workspace-folder updates.
6
7pub mod ApplyEdit;
8
9pub mod OpenDocument;
10
11pub mod SaveAll;
12
13pub mod UpdateConfiguration;
14
15pub mod UpdateWorkspaceFolders;