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;
7pub mod StartDebugging;
8pub mod StopDebugging;