Type Alias opentelemetry_http::HttpError

source ·
pub type HttpError = Box<dyn Error + Send + Sync + 'static>;

Aliased Type§

struct HttpError(/* private fields */);