Mountain/RPC/CocoonService/Debug.rs
1
2//! Debug-domain handlers for `CocoonService`.
3//! `RegisterDebugAdapter::Fn`, `StartDebugging::Fn`, `StopDebugging::Fn`.
4
5pub mod RegisterDebugAdapter;
6
7pub mod StartDebugging;
8
9pub mod StopDebugging;