mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-01 00:00:14 +02:00
8 lines
164 B
Rust
8 lines
164 B
Rust
//! Additional bodies.
|
|
|
|
#[cfg(feature = "async-read-body")]
|
|
mod async_read_body;
|
|
|
|
#[cfg(feature = "async-read-body")]
|
|
pub use self::async_read_body::AsyncReadBody;
|