Enum jsonrpc_http_server::Error
[−]
[src]
pub enum Error {
Io(Error),
Other(Error),
}RPC Server startup error.
Variants
Io(Error)IO Error
Other(Error)Other Error (hyper)