Struct jsonrpc_http_server::Server [] [src]

pub struct Server { /* fields omitted */ }

jsonrpc http server instance

Methods

impl Server
[src]

Returns address of this server

Closes the server.

Will block, waiting for the server to finish.

Trait Implementations

impl Drop for Server
[src]

A method called when the value goes out of scope. Read more