Module protocol

Module protocol 

Source
Expand description

Protocol definitions for Spatio RPC

This module contains the service trait and types used for RPC communication.

Structs§

CurrentLocation
LocationUpdate
ServeSpatioService
A serving function to use with ::tarpc::server::InFlightRequest::execute.
SpatioServiceClient
The client stub that makes RPC calls to the server. All request methods return Futures.
Stats

Enums§

SpatioServiceRequest
The request sent over the wire from the client to the server.
SpatioServiceResponse
The response sent over the wire from the server to the client.

Traits§

SpatioService
SpatioServiceStub
The stub trait for service SpatioService.