Struct nats::NatsError [] [src]

pub struct NatsError { /* fields omitted */ }

Trait Implementations

impl Debug for NatsError
[src]

Formats the value using the given formatter.

impl Error for NatsError
[src]

A short description of the error. Read more

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

impl Display for NatsError
[src]

Formats the value using the given formatter. Read more

impl From<Utf8Error> for NatsError
[src]

Performs the conversion.

impl From<(ErrorKind, &'static str)> for NatsError
[src]

Performs the conversion.

impl From<(ErrorKind, &'static str, String)> for NatsError
[src]

Performs the conversion.

impl From<Error> for NatsError
[src]

Performs the conversion.

impl From<ParseError> for NatsError
[src]

Performs the conversion.