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 for a specific service.
- A stream of updates
Enums§
- Server error. All server DSL methods return a
Result
with this error type.
Traits§
- Stream types on the server side
Functions§
- Run a server loop, invoking a handler callback for each request.
Type Aliases§
- Type alias for when you want to require a boxed channel
- Type alias for a service endpoint