Structs§
- Serve
World - A serving function to use with ::tarpc::server::InFlightRequest::execute.
- World
Client - The client stub that makes RPC calls to the server. All request methods return Futures.
Enums§
- World
Request - The request sent over the wire from the client to the server.
- World
Response - The response sent over the wire from the server to the client.
Traits§
- World
- This is the service definition. It looks a lot like a trait definition. It defines one RPC, hello, which takes one arg, name, and returns a String.
- World
Stub - The stub trait for service
World
.
Functions§
- init_
tracing - Initializes an OpenTelemetry tracing subscriber with a OTLP backend.