mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
Add axum_extra::response::ErasedJson (#537)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//! Additional types for generating responses.
|
||||
|
||||
#[cfg(feature = "erased-json")]
|
||||
mod erased_json;
|
||||
|
||||
#[cfg(feature = "erased-json")]
|
||||
pub use erased_json::ErasedJson;
|
||||
Reference in New Issue
Block a user