DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/CocoonService/Command.rs
1//! Command-domain handlers for `CocoonService`.
2//! `RegisterCommand::Fn`, `ExecuteContributedCommand::Fn`,
3//! `UnregisterCommand::Fn`.
4
5pub mod ExecuteContributedCommand;
6
7pub mod RegisterCommand;
8
9pub mod UnregisterCommand;