Module rpc_protocol

Module rpc_protocol 

Source
Expand description

Contains the types and functions needed to use the Decentraland RPC implementation.

Modules§

parse
Parsing functions for the messages that are sent on communications between two different ends using the Decentraland RPC implementation.

Structs§

CreatePort
CreatePortResponse
DestroyPort
ModuleProcedure
RemoteError
Request
RequestModule
RequestModuleResponse
Response
RpcMessageHeader
StreamMessage

Enums§

RpcMessageTypes

Traits§

RemoteErrorResponse
This trait should me implemented by the Error type returned in your server’s procedures