Expand description
Traits and implementations enabling compatibility with different IO handlers.
Structs§
- Session
- A wrapper around
jsonrpc_core
’s ownSession
, providing some convenience methods andimpl Default::default
.
Traits§
- Handler
- Trait that abstracts away different implementations of IO handlers.