Expand description
Protocol definitions for Spatio RPC
This module contains the service trait and types used for RPC communication.
Structs§
- Current
Location - Location
Update - Serve
Spatio Service - A serving function to use with ::tarpc::server::InFlightRequest::execute.
- Spatio
Service Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Stats
Enums§
- Spatio
Service Request - The request sent over the wire from the client to the server.
- Spatio
Service Response - The response sent over the wire from the server to the client.
Traits§
- Spatio
Service - Spatio
Service Stub - The stub trait for service
SpatioService.