DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/CocoonService/Output.rs
1//! Output-channel domain handlers for `CocoonService`. Five entry points,
2//! each forwarding a `sky://output/<verb>` event to Sky.
3
4pub mod AppendOutput;
5
6pub mod ClearOutput;
7
8pub mod CreateOutputChannel;
9
10pub mod DisposeOutput;
11
12pub mod ShowOutput;