Struct cadence::MetricError
source · [−]pub struct MetricError { /* private fields */ }Expand description
Error generated by this library potentially wrapping another
type of error (exposed via the Error trait).
Implementations
Trait Implementations
The lower-level source of this error, if any. Read more
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
Performs the conversion.