Module fibers_rpc::server [] [src]

RPC server.

Structs

NoReply

This represents a task for handling an RPC notification.

Reply

This represents a reply from a RPC server.

Server

RPC server.

ServerBuilder

RPC server builder.

Traits

HandleCall

This trait allows for handling request/response RPC.

HandleCast

This trait allows for handling notification RPC.