Struct jsonrpc_http_server::Server [−][src]
pub struct Server { /* fields omitted */ }
Expand description
jsonrpc http server instance
Implementations
Returns address of this server
Get a handle that allows us to close the server from a different thread and/or while the
server is wait()
ing.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Server
impl !UnwindSafe for Server
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more