Crate apart

Source

Re-exports§

pub use anyhow;

Macros§

from_request_parts

Structs§

ErrorResponse
Parts
Component parts of an HTTP Request
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Traits§

FromRequestParts
Types that can be created from request parts.
IntoResponse
Trait for generating responses.

Functions§

err

Type Aliases§

Response
Type alias for http::Response whose body type defaults to Body, the most common body type used with axum.