Type Definition jsonrpc_http_server::ServerResult [] [src]

type ServerResult = Result<Server, Error>;

Result of starting the Server.