Struct cadence::MetricError [] [src]

pub struct MetricError { /* fields omitted */ }

Error generated by this library potentially wrapping another type of error (exposed via the Error trait).

Methods

impl MetricError
[src]

[src]

Return the kind of the error

Trait Implementations

impl Debug for MetricError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for MetricError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for MetricError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<Error> for MetricError
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MetricError

impl Sync for MetricError