Struct jsonrpsee_http_server::HttpServer
source · [−]pub struct HttpServer<M = ()> { /* private fields */ }Expand description
An HTTP JSON RPC server.
Implementations
Returns socket address to which the server is bound.
Trait Implementations
Auto Trait Implementations
impl<M = ()> !RefUnwindSafe for Server<M>
impl<M = ()> !UnwindSafe for Server<M>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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