Type Alias catalyzer::internals::crates::axum::BoxError

pub type BoxError = Box<dyn Error + Send + Sync>;
Expand description

Alias for a type-erased error type.

Aliased Type§

struct BoxError(/* private fields */);