Struct htrpc::RpcServerBuilder [] [src]

pub struct RpcServerBuilder { /* fields omitted */ }

The RpcServer builder.

Methods

impl RpcServerBuilder
[src]

Makes a new RpcServerBuilder instance.

Sets the logger to this server.

Registers an RPC handler.

Starts the Future which represents the RPC server.