Enum ethcore_rpc::IpcServerError []

pub enum IpcServerError {
    Io(Error),
    NotStarted,
    AlreadyStopping,
    NotStopped,
    IsStopping,
}

Variants

Trait Implementations

impl Debug for Error

Formats the value using the given formatter.

impl From<Error> for Error

Performs the conversion.