Enum ethcore_signer::ServerError
[−]
[src]
pub enum ServerError { IoError(Error), WebSocket(Error), }
Signer startup error
Variants
IoError(Error)
Wrapped std::io::Error
WebSocket(Error)
Other ws-rs
error
Trait Implementations
impl Debug for ServerError
[src]
impl From<Error> for ServerError
[src]
fn from(err: Error) -> Self
Performs the conversion.