Expand description
Module containing JsonProtocol
responsible for server-side
dispatch of RPC methods and notifications when using JSON
protocol.
Re-exports§
pub use crate::server::result::Result;
Structs§
- Json
Protocol - Server-side message serializer and dispatcher when using
JSON
protocol.