Type Definition axum::BoxError

source ·
pub type BoxError = Box<dyn Error + Send + Sync + 'static, Global>;
Expand description

Alias for a type-erased error type.