Struct jsonrpsee_http_server::HttpServer [−][src]
pub struct HttpServer { /* fields omitted */ }Expand description
An HTTP JSON RPC server.
Implementations
Returns socket address to which the server is bound.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Server
impl !UnwindSafe for Server
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