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)
Trait Implementations
impl Debug for Error[src]
impl From<Error> for Error[src]
impl From<Error> for Error[src]
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more