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
- A boxed listener for the given
Service
- Flume
Listener flume-transport
A flume listener for the givenService
- Hyper
Listener hyper-transport
A hyper listener for the givenService
- Iroh
Listener iroh-transport
An iroh listener for the givenService
- Quinn
Listener quinn-transport
A quinn listener for the givenService