Enum jsonrpc_ipc_server::Error [] [src]

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

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.