Add axum_extra::response::ErasedJson (#537)

This commit is contained in:
Jonas Platte
2021-11-17 22:54:02 +01:00
committed by GitHub
parent a16ea65031
commit b43b9ed69d
5 changed files with 82 additions and 1 deletions
+7
View File
@@ -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;