Crate axum_core
Core types and traits for axum.
Libraries authors that want to provide FromRequest or IntoResponse implementations
should depend on the axum-core crate, instead of axum if possible.
Modules
Type Aliases
- BoxError Alias for a type-erased error type.