Struct htrpc::RpcServerBuilder [] [src]

pub struct RpcServerBuilder { /* fields omitted */ }

The RpcServer builder.

Methods

impl RpcServerBuilder
[src]

[src]

Makes a new RpcServerBuilder instance.

[src]

Sets the logger to this server.

[src]

Registers an RPC handler.

[src]

Starts the Future which represents the RPC server.