Module jsonrpc::simple_tcp

source ·
Available on crate feature simple_tcp only.
Expand description

This module implements a synchronous transport over a raw std::net::TcpListener. Note that it does not handle TCP over Unix Domain Sockets, see simple_uds for this.

Structs§

Enums§

  • Error that can occur while using the TCP transport.