Skip to main content

Mountain/RPC/CocoonService/
Debug.rs

1#![allow(non_snake_case)]
2
3//! Debug-domain handlers for `CocoonService`.
4//! `RegisterDebugAdapter::Fn`, `StartDebugging::Fn`, `StopDebugging::Fn`.
5
6pub mod RegisterDebugAdapter;
7
8pub mod StartDebugging;
9
10pub mod StopDebugging;