Expand description
RpcServer and support types
This defines the RPC server DSL
Structs
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.