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

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Server

impl Sync for Server