Module quic_rpc::server

source ·
Expand description

Server side api

The main entry point is RpcServer

Structs§

  • The result of accepting a new connection.
  • A channel for requests and responses for a specific service.
  • A server channel for a specific service.
  • A stream of updates

Enums§

  • Server error. All server DSL methods return a Result with this error type.

Functions§

  • Run a server loop, invoking a handler callback for each request.