mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
8 lines
163 B
Rust
8 lines
163 B
Rust
//! Additional types for generating responses.
|
|
|
|
#[cfg(feature = "erased-json")]
|
|
mod erased_json;
|
|
|
|
#[cfg(feature = "erased-json")]
|
|
pub use erased_json::ErasedJson;
|