Skip to main content

Mountain/RPC/CocoonService/GenericNotification/Commands/
mod.rs

1#![allow(unused_variables, dead_code, unused_imports)]
2
3//! Notification handlers: `registerCommand`, `unregisterCommand`.
4
5pub mod RegisterCommand;
6
7pub mod UnregisterCommand;