Enum nsqueue::error::NsqError [] [src]

pub enum NsqError {
    IOError(ioError),
}

Variants

Trait Implementations

impl Debug for NsqError
[src]

Formats the value using the given formatter.

impl Display for NsqError
[src]

Formats the value using the given formatter. Read more

impl Error for NsqError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<ioError> for NsqError
[src]

Performs the conversion.