Struct jsonrpc_http_server::WeakRpc [−][src]
pub struct WeakRpc<M: Metadata = (), S: Middleware<M> = Noop> { /* fields omitted */ }
A weak handle to the RPC server.
Since request handling futures are spawned directly on the executor, whenever the server is closed we want to make sure that existing tasks are not blocking the server and are dropped as soon as the server stops.
Implementations
impl<M: Metadata, S: Middleware<M>> WeakRpc<M, S>
[src]
impl<M: Metadata, S: Middleware<M>> WeakRpc<M, S>
[src]Trait Implementations
impl<M: Metadata, S: Middleware<M>> Clone for WeakRpc<M, S>
[src]
impl<M: Metadata, S: Middleware<M>> Clone for WeakRpc<M, S>
[src]