Enum ws::ErrorKind [] [src]

pub enum ErrorKind {
    Internal,
    Capacity,
    Protocol,
    Encoding(Utf8Error),
    Io(Error),
    Parse(Error),
    Queue(NotifyError<Command>),
    Custom(Box<StdError>),
}

Variants

InternalCapacityProtocolEncoding(Utf8Error)Io(Error)Parse(Error)Queue(NotifyError<Command>)Custom(Box<StdError>)

Trait Implementations

impl Debug for Kind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.