Struct solana_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]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Server

impl Sync for Server