Module fizyr_rpc::transport

source ·
Expand description

Transport traits and concrete implementations.

Transports are responsible for passing raw messages to a remote peer. They are used by the Peer struct to implement higher level RPC communication.

Specific transports must be enabled with individual feature flags. None of the concrete transport implementations are enabled by default.

Structs

Enums

  • The endianness to use for encoding header fields.

Traits