Enum ethcore_rpc::IpcServerError
[−]
pub enum IpcServerError { Io(Error), NotStarted, AlreadyStopping, NotStopped, IsStopping, }
Variants
Io(Error)
NotStarted
AlreadyStopping
NotStopped
IsStopping
Trait Implementations
impl Debug for Error
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.