Struct jsonrpc_http_server::Server [] [src]

pub struct Server { /* fields omitted */ }

jsonrpc http server instance

Methods

impl Server
[src]

[src]

Returns address of this server

[src]

Closes the server.

[src]

Will block, waiting for the server to finish.

Trait Implementations

impl Drop for Server
[src]

[src]

Executes the destructor for this type. Read more