Module handler

Source
Expand description

Traits and implementations enabling compatibility with different IO handlers.

Structs§

Session
A wrapper around jsonrpc_core’s own Session, providing some convenience methods and impl Default::default.

Traits§

Handler
Trait that abstracts away different implementations of IO handlers.