Expand description
axum::response::IntoResponse adapter for
kamu_snap_response::SnapResponse.
Wraps SnapResponse<T> in a newtype that implements IntoResponse for
axum 0.8. Defensive fallback to INTERNAL_SERVER_ERROR if the
responseCode cannot be parsed back into an HTTP status.
Structs§
- Axum
Responder - Newtype wrapping
SnapResponse<T>for axum’sIntoResponseimpl (orphan-rule shim).
Traits§
- Snap
Responder Ext - Extension trait:
.into_axum()onSnapResponse<T>.