Enum statsd::client::StatsdError [] [src]

pub enum StatsdError {
    IoError(Error),
    AddrParseError(String),
}

Variants

Trait Implementations

impl Debug for StatsdError
[src]

[src]

Formats the value using the given formatter.

impl From<AddrParseError> for StatsdError
[src]

[src]

Performs the conversion.

impl From<Error> for StatsdError
[src]

[src]

Performs the conversion.

impl Display for StatsdError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for StatsdError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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