Struct jsonrpc_tcp_server::Server [] [src]

pub struct Server { /* fields omitted */ }

TCP Server handle

Methods

impl Server
[src]

[src]

Closes the server (waits for finish)

[src]

Wait for the server to finish

Trait Implementations

impl Drop for Server
[src]

[src]

Executes the destructor for this type. Read more