Struct jsonrpc_tcp_server::Server [] [src]

pub struct Server { /* fields omitted */ }

TCP Server handle

Methods

impl Server
[src]

Closes the server (waits for finish)

Wait for the server to finish

Trait Implementations

impl Drop for Server
[src]

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