Module server

Module server 

Source
Expand description

Traits and implementations of mono-transport and multi-transport servers.

Structs§

MultipleTransportsServer
A JSON-RPC server that supports using multiple transports at once.
SingleTransportServer
A simple JSON-RPC server that only uses one transport.

Enums§

ServerError
Enumerates all the different errors that a Server can get into.

Traits§

Server
Trait defining a JSON-RPC server.

Type Aliases§

WittyMonoServer
A convenient type alias for a single transport server that supports PubSub.
WittyMultiServer
A convenient type alias for a multiple transports server that supports PubSub.